From cb3e62057ffa1606f4e66ef3df8d6654deaa295e Mon Sep 17 00:00:00 2001 From: Kristin Rutenkolk Date: Thu, 2 Jan 2025 23:40:05 +0100 Subject: [PATCH] fix mangled keyword in coffitype->typename --- src/clj/coffi/mem.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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