Fixed output of the version information.

This commit is contained in:
Moritz Bunkus 2003-06-20 14:50:27 +00:00
parent 7bcc91db58
commit 0b5e16a4d3

View File

@ -196,7 +196,7 @@ void parse_args(int argc, char **argv, char *&file_name, bool &use_gui) {
use_gui = true;
#endif // HAVE_WXWINDOWS
} else if (!strcmp(argv[i], "-V") || !strcmp(argv[i], "--version")) {
fprintf(stdout, VERSIONINFO "\n");
fprintf(stdout, "mkvinfo v" VERSION "\n");
exit(0);
} else if (!strcmp(argv[i], "-v") || ! strcmp(argv[i], "--verbose"))
verbose++;