fixes for Code/CryEngine

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 13:28:51 -07:00
committed by Esteban Papp
parent 81d26d322d
commit f6cdcddc52
12 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -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 == '\"')
{