Обновление

This commit is contained in:
cfif 2025-12-18 14:23:30 +03:00
parent 3350051952
commit b0a20f123c
1 changed files with 1 additions and 1 deletions

View File

@ -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) \