Changeset 197
- Timestamp:
- 01/12/06 22:54:07 (6 years ago)
- Location:
- MMagic/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
MMagic/trunk/ChangeLog
r196 r197 1 2006-01-12 Yukio USUDA <usu@namazu.org> 2 3 * MMagic.pm (magicMatchStr): Fixed Bug. Enbuged at Chageset 194. 4 1 5 2006-01-11 NOKUBI Takatsugu <knok@daionet.gr.jp> 2 6 -
MMagic/trunk/MMagic.pm
r195 r197 918 918 if (@$item == 3){ 919 919 my $tmp = readMagicLine(@$item); 920 921 # $item could be undef if we ran into troubles while reading 922 # the entry. 923 return unless defined($tmp); 924 920 925 @$item = @$tmp; 921 926 } 922 923 # $item could be undef if we ran into troubles while reading924 # the entry.925 return unless defined($item);926 927 927 928 # $fh is not be defined if -c. that way we always return
