From 526a11aec00c44ee5261164dea4f23fc2134a329 Mon Sep 17 00:00:00 2001 From: araq Date: Mon, 9 Mar 2026 08:49:45 +0100 Subject: [PATCH] progress --- lib/system/strs_v3.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/system/strs_v3.nim b/lib/system/strs_v3.nim index 9707283964..614ef00724 100644 --- a/lib/system/strs_v3.nim +++ b/lib/system/strs_v3.nim @@ -26,8 +26,8 @@ else: type LongString {.core.} = object - rc: int # atomic reference count; 1 = unique owner fullLen: int + rc: int # atomic reference count; 1 = unique owner capImpl: int # bit 0: heap-allocated; upper bits: capacity (cap = capImpl shr 1) data: UncheckedArray[char]