package mp3rename reopen 272221 tag 272221 +patch severity 272221 normal thanks
mp3rename does not accept the -p option. This patch fixes the bug.
Cheers,
Shaun
--- mp3rename.c- 2005-12-16 00:18:56.000000000 -0700
+++ mp3rename.c 2005-12-16 00:21:23.000000000 -0700
@@ -44,7 +44,7 @@
/* Lets checkout the options */
- while ((ch = getopt(argc, argv, "vfhsbia")) != -1)
+ while ((ch = getopt(argc, argv, "vfhsbiap")) != -1)
switch (ch)
{
case 'v': /* Verbose mode */

