mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 09:24:24 +02:00
- updated for debian compliance
This commit is contained in:
@@ -1519,7 +1519,7 @@ namespace rapidxml
|
||||
if (Flags & parse_no_utf8)
|
||||
{
|
||||
// Insert 8-bit ASCII character
|
||||
// Todo: possibly verify that code is less than 256 and use replacement char otherwise?
|
||||
// possibly verify that code is less than 256 and use replacement char otherwise?
|
||||
text[0] = static_cast<unsigned char>(code);
|
||||
text += 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user