mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2024-11-25 16:14:35 +00:00
parent
2f382df218
commit
138ce7bda0
@ -5674,7 +5674,7 @@ void VmaJsonWriter::ContinueString(const char* pStr)
|
||||
{
|
||||
m_SB.Add("\\\"");
|
||||
}
|
||||
else if (ch >= 32)
|
||||
else if ((uint8_t)ch >= 32)
|
||||
{
|
||||
m_SB.Add(ch);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user