From 3cb1cf418228452635624904105e909563d7f393 Mon Sep 17 00:00:00 2001 From: Tianyu Gu Date: Thu, 22 Dec 2022 17:23:20 +1100 Subject: [PATCH] minor update --- libuv/version.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuv/version.cl b/libuv/version.cl index 13cdf2b..1749957 100644 --- a/libuv/version.cl +++ b/libuv/version.cl @@ -12,6 +12,6 @@ ;; (ldb (byte 8 0) version)))) ; patch (ff:def-foreign-call uv_version_string (:void) - :returning ((* :char) string) + :returning ((* :char) simple-string) :strings-convert t :documentation "Returns the libuv version number as a string. For non-release versions the version suffix is included.")