mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
Vips: cast go.int to c.INT in VipsVectorSetEnabled
This commit is contained in:
parent
921a05687c
commit
f62a291281
1 changed files with 1 additions and 1 deletions
2
vips.go
2
vips.go
|
|
@ -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…
Add table
Add a link
Reference in a new issue