Package: libmp3-tag-perl
Version: 09708-1

The option '-n' is not properly processed by typeset_audio_dir. If -n is 
specified on the command line or not, the track name is always preceded by the 
track number. 

This bug is due to the fact that $opt{n} is set to 1 by default in line 14:

  my %opt = (2 => '%a', n => 1, a => 2, t => 1);

Changing this line to 

  my %opt = (2 => '%a', n => 0, a => 2, t => 1);

makes the script behave as specified in the man page.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to