From b0a20f123cd1aebb13e85a0cdd9758190db97367 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 14:23:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/Strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Strings.c b/Src/Strings.c index c6d11c2..5f155c3 100644 --- a/Src/Strings.c +++ b/Src/Strings.c @@ -23,7 +23,7 @@ StringGetLinkTemplate(128) StringGetLinkTemplate(Static) -#define StringStaticInit(STR) (tStringStatic){.data = STR, .length = sizeof(STR)-1} +//#define StringStaticInit(STR) (tStringStatic){.data = STR, .length = sizeof(STR)-1} #define StringCopyT(T) \