diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 4cbc68d..d1500bd 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -464,7 +464,7 @@ `(let [args-types# ~(:native-arglist args) ret-type# ~(:return-type args) downcall# (downcall-handle - (find-symbol ~(:symbol args)) + (find-symbol ~(name (:symbol args))) (method-type args-types# ret-type#) (function-descriptor args-types# ret-type#)) ~(:name args) (fn [& args#]