fixes for Code/CryEngine
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -1227,7 +1227,7 @@ void CLog::CreateBackupFile() const
|
||||
|
||||
while (!fileSystem->Eof(inFileHandle))
|
||||
{
|
||||
uint8 c = AZ::IO::GetC(inFileHandle);
|
||||
uint8 c = static_cast<uint8>(AZ::IO::GetC(inFileHandle));
|
||||
|
||||
if (c == '\"')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user