Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 167ebaa282e0dd50835c72acb9ff243e > files > 2

clc-intercal-0-0.4.1._94._2.fc14.src.rpm

diff -up CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc.orig CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc
--- CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc.orig	2008-03-29 18:12:29.000000000 +0100
+++ CLC-INTERCAL-1.-94.-2/CLC-INTERCAL-ICALC-1.-94.-2/bin/intercalc	2010-05-28 16:02:12.000000000 +0200
@@ -627,6 +627,7 @@ sub find_objects {
     my %of = ();
     my $code = sub {
 	my ($name, $file, $type, $object) = @_;
+	defined $type or return;
 	exists $object_types{uc($type)} or return;
 	my $ot = $object_types{uc($type)};
 	defined $ot or return;