graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/readcd.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/readcd.c
Date: Sun, 27 Mar 2005 18:51:32 -0500

Index: graveman/current/src/readcd.c
diff -u graveman/current/src/readcd.c:1.10 graveman/current/src/readcd.c:1.11
--- graveman/current/src/readcd.c:1.10  Sun Feb 20 17:45:02 2005
+++ graveman/current/src/readcd.c       Sun Mar 27 23:51:07 2005
@@ -271,7 +271,7 @@
   }
   
   Lstatus = g_io_channel_read_line(Astd, &Lbuffer, NULL, NULL, NULL);  
-  if (!Lbuffer) return FALSE;
+  if (!Lbuffer) return TRUE;
   if ((f=strstr(Lbuffer, READCD_DETECTCAPACITY))) {
     f=f+strlen(READCD_DETECTCAPACITY);
     if ((e=strchr(f, ' '))) {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]