diff --git a/src/d_main.cpp b/src/d_main.cpp index 82895caef..c6cf9de52 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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(); } //========================================================================== //