9 Nov
2003
9 Nov
'03
10:57 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=633 ------- Additional Comments From mjr@ttllp.co.uk 2003-11-10 11:57 ------- The above patch results from the following test that shows that $marcrecord is never undef even if no valid fields are read from the file. $ perl -MMARC::File::USMARC print MARC::File::USMARC::decode('')."\n"; MARC::Record=HASH(0x813b988) Instead, the following test for number of fields is used instead: $ perl -MMARC::File::USMARC print MARC::File::USMARC::decode('')->fields()."\n"; 0 ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.