Vips: cast go.int to c.INT in VipsVectorSetEnabled

master
ZloyDyadka 4 years ago
parent 921a05687c
commit f62a291281

@ -155,7 +155,7 @@ func VipsVectorSetEnabled(enable bool) {
flag = 1 flag = 1
} }
C.vips_vector_set_enabled(flag) C.vips_vector_set_enabled(C.int(flag))
} }
// VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging. // VipsDebugInfo outputs to stdout libvips collected data. Useful for debugging.

Loading…
Cancel
Save