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

This commit is contained in:
ZloyDyadka 2021-07-06 16:35:38 +03:00
parent 921a05687c
commit f62a291281

View file

@ -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.