aboutsummaryrefslogtreecommitdiff
path: root/src/cljs/gnunet_web/util.cljs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljs/gnunet_web/util.cljs')
-rw-r--r--src/cljs/gnunet_web/util.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cljs/gnunet_web/util.cljs b/src/cljs/gnunet_web/util.cljs
index b58f629..a326d4a 100644
--- a/src/cljs/gnunet_web/util.cljs
+++ b/src/cljs/gnunet_web/util.cljs
@@ -66,6 +66,6 @@
"number"
(array "array" "number" "number" "number")
(array data-array data-len string-pointer strlen))
- (let [string (js/Pointer_stringify string-pointer strlen)]
+ (let [string (js/UTF8ToString string-pointer strlen)]
(js/_free string-pointer)
string)))