@ -78,7 +78,7 @@ bool CMemoryBlock::Allocate(int size, int uncompressedSize)
{
QStringstr;
str=QStringLiteral("CMemoryBlock::Allocate failed to allocate %1Mb of Memory").arg(size/(1024*1024));
CryLogAlways(str.toUtf8().data());
CryLogAlways("%s",str.toUtf8().data());
QMessageBox::critical(QApplication::activeWindow(),QString(),str+QString("\r\nSandbox will try to reduce its working memory set to free memory for this allocation."));