projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f890631
)
had wrong name there <sigh>
author
Tony Cook
<tony@develop=help.com>
Thu, 2 Dec 2004 04:57:40 +0000
(
04:57
+0000)
committer
Tony Cook
<tony@develop=help.com>
Thu, 2 Dec 2004 04:57:40 +0000
(
04:57
+0000)
t/t022double.t
patch
|
blob
|
blame
|
history
diff --git
a/t/t022double.t
b/t/t022double.t
index 32a44f3fd9ddc1cac01874ce837f866d9c567142..360e140981373e189c50a23343a92e859c2414c1 100644
(file)
--- a/
t/t022double.t
+++ b/
t/t022double.t
@@
-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{in
t
size};
my $dbl_size = $Config{doublesize} || 8;
my $dim1 = int(sqrt($uint_range/$dbl_size))+1;