fix bug with non-ogg builds, wrong # of args to fprintf
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 1 Oct 2002 05:17:04 +0000 (05:17 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 1 Oct 2002 05:17:04 +0000 (05:17 +0000)
src/flac/main.c

index ac5d8b5..5053b04 100644 (file)
@@ -380,11 +380,7 @@ int do_it()
                        else
                                sprintf(padopt, " %d", option_values.padding);
                        fprintf(stderr,
-                               "options:%s%s"
-#ifdef FLAC__HAS_OGG
-                               "%s"
-#endif
-                               "%s -P%s -b %u%s -l %u%s%s%s -q %u -r %u,%u%s\n",
+                               "options:%s%s%s%s -P%s -b %u%s -l %u%s%s%s -q %u -r %u,%u%s\n",
                                option_values.delete_input?" --delete-input-file":"",
                                option_values.sector_align?" --sector-align":"",
                                option_values.use_ogg?" --ogg":"",