Browse Source

Fix return value from vips_resize_go

DarthSim 1 year ago
parent
commit
9b6074094a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vips/vips.c

+ 1 - 1
vips/vips.c

@@ -220,7 +220,7 @@ vips_resize_go(VipsImage *in, VipsImage **out, double wscale, double hscale) {
 
   clear_image(&base);
 
-  return 0;
+  return res;
 }
 
 int