coronacommit
This commit is contained in:
@@ -101,7 +101,6 @@ fprintf(stderr, ">>> %s ( '%s' )\n", __func__, fname);
|
||||
/*
|
||||
* first step : clean the current list
|
||||
*/
|
||||
|
||||
for (foo=0; foo<26; foo++) {
|
||||
memset(samples+foo, 0, sizeof(SampleRef));
|
||||
}
|
||||
@@ -126,7 +125,7 @@ while (NULL != fgets(line, T_LINE, fp)) {
|
||||
|
||||
memset(&sample, 0, sizeof(SampleRef));
|
||||
foo = decode_la_ligne(line, &sample);
|
||||
#if DEBUG_LEVEL
|
||||
#if DEBUG_LEVEL > 1
|
||||
fprintf(stderr, "decode la ligne -> %d\n\n", foo);
|
||||
#endif
|
||||
if (!foo) {
|
||||
|
||||
Reference in New Issue
Block a user