actually call the function now
authorTony Cook <tony@develop=help.com>
Mon, 2 Apr 2001 12:56:07 +0000 (12:56 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 2 Apr 2001 12:56:07 +0000 (12:56 +0000)
Imager.xs

index 1cf62b08c40deaddf7a5bf40dc75d7d514253d85..cd3bc984d6c943a9d9e012124db054edea27931c 100644 (file)
--- a/Imager.xs
+++ b/Imager.xs
@@ -429,6 +429,7 @@ ICL_set_internal(cl,r,g,b,a)
                unsigned char     b
                unsigned char     a
           PPCODE:
+              ICL_set_internal(cl, r, g, b, a);
               EXTEND(SP, 1);
               PUSHs(ST(0));