We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c55d8b commit 491d7d9Copy full SHA for 491d7d9
lib/vips.rb
@@ -48,7 +48,7 @@ module Vips
48
begin
49
attach_function :g_malloc, [:size_t], :pointer
50
@@is_unified = true
51
- rescue => e
+ rescue FFI::NotFoundError
52
@@is_unified = false
53
end
54
0 commit comments