From fa6a4104b04aa7834fdafc3aca9b479605445ca7 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Mon, 4 Jan 2021 15:28:21 +0300 Subject: Strings work, everything is fine. =) --- src/csx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/csx.c b/src/csx.c index 3c897dd..bacf0f7 100644 --- a/src/csx.c +++ b/src/csx.c @@ -497,5 +497,5 @@ void *csx_str(const char *str) *p = new_pair(csx_int(*str), null); p = (pair_data **)&(*p)->tail; } - return res; + return new_pair(csx_name("quote"), new_pair(res, null)); } -- cgit v1.2.3