Package: mp3tool
Version: 1.2-1
This bug is present in all versions of mp3 tool and upstream. The
option -c only works if it is the first option on the command line.
This is due to a incorrect arument to the getopt_long function call
at approximately line 240 in the source id3tool.c. Please change
retval = getopt_long (argc, argv, "t:a:r:y:n:g:G:lvh",
id3options, &opt_index);
to
retval = getopt_long (argc, argv, "t:a:r:y:n:g:G:c:lvh",
id3options, &opt_index);
or rewrite the loop so there is only one place in the main routine
where a call to getopt_long is made.
Sincerely,
Eric
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]