This commit is contained in:
Jōshin 2024-06-06 08:29:17 -07:00
parent ec96f7266e
commit 9154a579c7
No known key found for this signature in database

View file

@ -85,7 +85,7 @@ class string
{
set_small_size(0);
#if 0
s.small()->buf[0] = 0;
small()->buf[0] = 0;
#endif
}