had wrong name there <sigh>
authorTony Cook <tony@develop=help.com>
Thu, 2 Dec 2004 04:57:40 +0000 (04:57 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 2 Dec 2004 04:57:40 +0000 (04:57 +0000)
t/t022double.t

index 32a44f3fd9ddc1cac01874ce837f866d9c567142..360e140981373e189c50a23343a92e859c2414c1 100644 (file)
@@ -107,7 +107,7 @@ matchn($num++, Imager->errstr, qr/channels must be between 1 and 4/,
   # type of exit
   use Config;
   if ($Config{intsize} == 4) {
-    my $uint_range = 256 ** $Config{insize};
+    my $uint_range = 256 ** $Config{intsize};
     my $dbl_size = $Config{doublesize} || 8;
     my $dim1 = int(sqrt($uint_range/$dbl_size))+1;