Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > a3b1a8ad11c861f50fe60d818352d212 > files > 2

perl-Geo-Ov2-0.910.0-2.mga3.src.rpm

--- ./lib/Geo/Ov2.pm	2011-04-01 15:19:00.430795303 +0000
+++ ./lib/Geo/Ov2.pm	2011-04-01 15:17:48.199730088 +0000
@@ -174,7 +174,7 @@
 			  $longitude2, $latitude2;
 		} elsif ( $type == 0x02 ) {
 			my $description = $poi{description};
-			$data = pack "CVVV", $type, 13 + lenght $description, $latitude,
+			$data = pack "CVVV", $type, 13 + length($description), $latitude,
 			  $longitude;
 			$data = $data . $description;
 		} elsif ( $type == 0x04 ) {