diff --git a/asoft_sound/asoft_sound.c b/asoft_sound/asoft_sound.c index 0de75686..36d20955 100644 --- a/asoft_sound/asoft_sound.c +++ b/asoft_sound/asoft_sound.c @@ -194,7 +194,10 @@ int main(int argc, char **argv) { line++; if (result==NULL) break; - if (string[0]=='\'') continue; + if (string[0]=='\'') { + printf("%s",string); + continue; + } i=0; while(1) {