mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[poincare] Remove a warning (comparison sign)
This commit is contained in:
@@ -183,7 +183,7 @@ int SerializationHelper::CodePoint(char * buffer, int bufferSize, class CodePoin
|
||||
return result;
|
||||
}
|
||||
}
|
||||
size_t size = UTF8Decoder::CodePointToChars(c, buffer, bufferSize);
|
||||
int size = UTF8Decoder::CodePointToChars(c, buffer, bufferSize);
|
||||
if (size <= bufferSize - 1) {
|
||||
buffer[size] = 0;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user