]> git.imager.perl.org - imager.git/blobdiff - trans2.c
Added t/testtools.pl to MANIFEST.
[imager.git] / trans2.c
index 810c436b0476927ad13aa8a5caaf36094d982e14..daf74b0591d20110a3988322f5293375cd3e961e 100644 (file)
--- a/trans2.c
+++ b/trans2.c
@@ -69,7 +69,7 @@ i_img* i_transform2(int width, int height, int channels,
     for (y = 0; y < height; ++y) {
       n_regs[0] = x;
       n_regs[1] = y;
-      val = rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, 
+      val = i_rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, 
                   in_imgs, in_imgs_count);
       i_ppix(new_img, x, y, &val);
     }