diff --git a/src/clj/coffi/mem.clj b/src/clj/coffi/mem.clj index d8f2f59..5803c85 100644 --- a/src/clj/coffi/mem.clj +++ b/src/clj/coffi/mem.clj @@ -1769,7 +1769,7 @@ ::c-string 'String}] (cond (and arr? raw?) (get array-types type 'objects) (and arr?) `clojure.lang.IPersistentVector - :default (get single-types type (keyword (str *ns*) (str type)))))) + :default (get single-types type type)))) (defn- coffitype->array-fn [type] (get