Typo in Info.pm?

Felix Mueller <fcm4711-/[email protected]> Sun, 16 Feb 2003 02:22:41 -0800 (PST)
Newsgroups gmane.music.equipment.slimp3.dev
Message-ID <[email protected]>
Hello

I tried something with MP3 tags and found that the
value for 'disc' is always empty. When I looked into
the file 'server/lib/SliMP3/Info.pm' I found the
following typo on line 1145:

$tempCacheEntry->{'DISCC'} = $discNum;

instead of

$tempCacheEntry->{'DISC'} = $discNum;

The same type occurs also on line 1231.

If you agree, please find attached a patch file
against the current CVS file.

Kind regards
Felix Mueller

__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/rIp0lB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
Info.pm.patch (application/octet-stream, 928 B)
Index: Info.pm
===================================================================
RCS file: /cvsroot/slimp3/slimp3/server/lib/SliMP3/Info.pm,v
retrieving revision 1.104
diff -c -r1.104 Info.pm
*** Info.pm	13 Feb 2003 20:24:15 -0000	1.104
--- Info.pm	16 Feb 2003 09:56:06 -0000
***************
*** 1142,1148 ****
  						$discNum = $1;
  					}
  					
! 					$tempCacheEntry->{'DISCC'} = $discNum;
  					
  					if ($2) {
  						$discCount = $2;
--- 1142,1148 ----
  						$discNum = $1;
  					}
  					
! 					$tempCacheEntry->{'DISC'} = $discNum;
  					
  					if ($2) {
  						$discCount = $2;
***************
*** 1228,1234 ****
  						$discNum = $1;
  					}
  					
! 					$tempCacheEntry->{'DISCC'} = $discNum;
  					
  					if ($2) {
  						$discCount = $2;
--- 1228,1234 ----
  						$discNum = $1;
  					}
  					
! 					$tempCacheEntry->{'DISC'} = $discNum;
  					
  					if ($2) {
  						$discCount = $2;