Commit 1a59a288 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'fcf59762'

* commit 'fcf59762':
  ismindex: Avoid writing ismf files if no base name has been specified
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents aecd0647 fcf59762
......@@ -681,6 +681,8 @@ int main(int argc, char **argv)
} else if (argv[i][0] == '-') {
return usage(argv[0], 1);
} else {
if (!basename)
ismf = 0;
if (handle_file(&tracks, argv[i], split, ismf,
basename, output_prefix))
return 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment