Remove warning

This commit is contained in:
Magnus Norddahl 2023-09-30 21:30:34 +02:00
commit 4336f0e58d

View file

@ -3071,7 +3071,7 @@ static int FileSystemPrintf(FSMessageLevel level, const char* fmt, ...)
DPrintf(DMSG_NOTIFY, "%s", text.GetChars());
break;
}
return text.Len();
return (int)text.Len();
}
//==========================================================================
//