From 4336f0e58d9f469c30e67c0a297042d13036a98c Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sat, 30 Sep 2023 21:30:34 +0200 Subject: [PATCH] Remove warning --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } //========================================================================== //