From cb179de856ef059245ac9e982d5606b18d02424b Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 26 Apr 2022 00:11:27 +0300 Subject: [PATCH] linux PIString fix --- libs/main/core/pistring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/main/core/pistring.cpp b/libs/main/core/pistring.cpp index 9395c78d..bc6e0c58 100644 --- a/libs/main/core/pistring.cpp +++ b/libs/main/core/pistring.cpp @@ -248,7 +248,7 @@ void PIString::appendFromChars(const char * c, int s, const char * codepage) { mbsrtowcs(&wstr[0], pc, len+1, &state); if (c_) free(c_); enlarge(len); - for (size_t i=0; i