This commit is contained in:
Branimir Karadžić
2017-02-06 16:05:58 -08:00
parent 8f9bafac31
commit 17e0713b7b
14 changed files with 49 additions and 52 deletions

View File

@@ -237,7 +237,7 @@ namespace bx
result = len != 0 && len < *_inOutSize;
if (len < *_inOutSize)
{
strcpy(_out, ptr);
strlncpy(_out, len, ptr);
}
}