Magellan Linux

Annotation of /trunk/cdparanoia/patches/cdparanoia-3.9.8-sgio-labels.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 830 byte(s)
-import

1 niro 144 --- cdparanoia-III-alpha9.8/interface/utils.h.labels 2003-05-06 10:35:43.000000000 -0400
2     +++ cdparanoia-III-alpha9.8/interface/utils.h 2003-05-06 10:36:05.000000000 -0400
3     @@ -110,8 +110,6 @@
4     case CDDA_MESSAGE_LOGIT:
5     d->errorbuf=catstring(d->errorbuf,s);
6     break;
7     - case CDDA_MESSAGE_FORGETIT:
8     - default:
9     }
10     }
11     }
12     @@ -125,8 +123,6 @@
13     case CDDA_MESSAGE_LOGIT:
14     d->messagebuf=catstring(d->messagebuf,s);
15     break;
16     - case CDDA_MESSAGE_FORGETIT:
17     - default:
18     }
19     }
20     }
21     @@ -167,8 +163,6 @@
22     }
23     }
24     break;
25     - case CDDA_MESSAGE_FORGETIT:
26     - default:
27     }
28     }
29     if(malloced)free(buffer);
30     @@ -203,8 +197,6 @@
31     if(!malloced)*messages=catstring(*messages,"\n");
32     }
33     break;
34     - case CDDA_MESSAGE_FORGETIT:
35     - default:
36     }
37     }
38     if(malloced)free(buffer);