missing conversion to internal version of get-ffi-lib
svn: r3539
This commit is contained in:
parent
9aa084b1f4
commit
0dca64f8f4
|
@ -217,7 +217,7 @@
|
|||
[(name lib type) (get-ffi-obj* name lib type #f)]
|
||||
[(name lib type failure)
|
||||
(let ([name (get-ffi-obj-name 'get-ffi-obj name)]
|
||||
[lib (get-ffi-lib lib)])
|
||||
[lib (get-ffi-lib-internal lib)])
|
||||
(let-values ([(obj error?)
|
||||
(with-handlers
|
||||
([exn:fail:filesystem?
|
||||
|
|
Loading…
Reference in New Issue
Block a user