summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ffi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffi.c b/ffi.c
index a7ccfe28..0fe1e92e 100644
--- a/ffi.c
+++ b/ffi.c
@@ -2473,6 +2473,7 @@ static void ffi_array_out(struct txr_ffi_type *tft, int copy, val vec,
if (tft->ch_conv != conv_none && stringp(vec)) {
switch (tft->ch_conv) {
case conv_char:
+ case conv_zchar:
ffi_char_array_put(tft, vec, dst, tft->nelem);
break;
case conv_wchar: