39 lines
830 B
Diff
39 lines
830 B
Diff
|
--- cdparanoia-III-alpha9.8/interface/utils.h.labels 2003-05-06 10:35:43.000000000 -0400
|
||
|
+++ cdparanoia-III-alpha9.8/interface/utils.h 2003-05-06 10:36:05.000000000 -0400
|
||
|
@@ -110,8 +110,6 @@
|
||
|
case CDDA_MESSAGE_LOGIT:
|
||
|
d->errorbuf=catstring(d->errorbuf,s);
|
||
|
break;
|
||
|
- case CDDA_MESSAGE_FORGETIT:
|
||
|
- default:
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
@@ -125,8 +123,6 @@
|
||
|
case CDDA_MESSAGE_LOGIT:
|
||
|
d->messagebuf=catstring(d->messagebuf,s);
|
||
|
break;
|
||
|
- case CDDA_MESSAGE_FORGETIT:
|
||
|
- default:
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
@@ -167,8 +163,6 @@
|
||
|
}
|
||
|
}
|
||
|
break;
|
||
|
- case CDDA_MESSAGE_FORGETIT:
|
||
|
- default:
|
||
|
}
|
||
|
}
|
||
|
if(malloced)free(buffer);
|
||
|
@@ -203,8 +197,6 @@
|
||
|
if(!malloced)*messages=catstring(*messages,"\n");
|
||
|
}
|
||
|
break;
|
||
|
- case CDDA_MESSAGE_FORGETIT:
|
||
|
- default:
|
||
|
}
|
||
|
}
|
||
|
if(malloced)free(buffer);
|