projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f37708c
)
[rt #69243] remove unnecessary warning comment from i_gsampf()
author
Tony Cook
<tony@develop-help.com>
Fri, 24 May 2013 13:01:37 +0000
(23:01 +1000)
committer
Tony Cook
<tony@develop-help.com>
Fri, 24 May 2013 13:01:37 +0000
(23:01 +1000)
Imager.xs
patch
|
blob
|
blame
|
history
diff --git
a/Imager.xs
b/Imager.xs
index 18511db061cbb03ae818e6475e0a49a29cf7d658..35dbd3e4ac96b548bd7e5c70f46392756888c783 100644
(file)
--- a/
Imager.xs
+++ b/
Imager.xs
@@
-3476,8
+3476,7
@@
i_gsampf(im, l, r, y, channels)
}
else {
if (GIMME_V != G_ARRAY) {
- EXTEND(SP, 1);
- PUSHs(&PL_sv_undef);
+ XSRETURN_UNDEF;
}
}