/[graveman]/graveman/current/src/readcd.c
ViewVC logotype

Diff of /graveman/current/src/readcd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by scresto, Sun Feb 20 17:45:02 2005 UTC revision 1.11 by scresto, Sun Mar 27 23:51:07 2005 UTC
# Line 271  gboolean readcd_getsize_callback(GIOChan Line 271  gboolean readcd_getsize_callback(GIOChan
271    }    }
272        
273    Lstatus = g_io_channel_read_line(Astd, &Lbuffer, NULL, NULL, NULL);      Lstatus = g_io_channel_read_line(Astd, &Lbuffer, NULL, NULL, NULL);  
274    if (!Lbuffer) return FALSE;    if (!Lbuffer) return TRUE;
275    if ((f=strstr(Lbuffer, READCD_DETECTCAPACITY))) {    if ((f=strstr(Lbuffer, READCD_DETECTCAPACITY))) {
276      f=f+strlen(READCD_DETECTCAPACITY);      f=f+strlen(READCD_DETECTCAPACITY);
277      if ((e=strchr(f, ' '))) {      if ((e=strchr(f, ' '))) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26