From 9154a579c719b946fadda99621157dd4b249c66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C5=8Dshin?= Date: Thu, 6 Jun 2024 08:29:17 -0700 Subject: [PATCH] whoops --- ctl/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl/string.h b/ctl/string.h index e96ff71c0..38f9d89cc 100644 --- a/ctl/string.h +++ b/ctl/string.h @@ -85,7 +85,7 @@ class string { set_small_size(0); #if 0 - s.small()->buf[0] = 0; + small()->buf[0] = 0; #endif }