projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d74db
)
don't pass a ssize_t to a %d format string
author
Tony Cook
<tony@develop-help.com>
Tue, 3 Jan 2012 04:54:33 +0000
(15:54 +1100)
committer
Tony Cook
<tony@develop-help.com>
Tue, 3 Jan 2012 04:55:45 +0000
(15:55 +1100)
Imager.xs
patch
|
blob
|
blame
|
history
diff --git
a/Imager.xs
b/Imager.xs
index e5ff283b0ff83e8a1117953252854580d6e67b03..4274c38effaa43aa537691a70bdedf8b131894c7 100644
(file)
--- a/
Imager.xs
+++ b/
Imager.xs
@@
-2995,7
+2995,7
@@
i_img_make_palette(HV *quant_hv, ...)
}
else {
myfree(imgs);
- croak("Image %d is not an image object", i+1);
+ croak("Image %d is not an image object",
(int)
i+1);
}
}
memset(&quant, 0, sizeof(quant));