Kaynağa Gözat

Fix return value from vips_resize_go

DarthSim 1 yıl önce
ebeveyn
işleme
9b6074094a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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