- cleaned out some duplicates in Posix platform code

This commit is contained in:
Christoph Oelckers 2022-05-19 08:32:50 +02:00
commit 077aa6b0ae
7 changed files with 4 additions and 53 deletions

View file

@ -1039,7 +1039,7 @@ void I_NetMessage(const char* text, ...)
FString str;
va_list argptr;
va_start(argptr, format);
va_start(argptr, text);
str.VFormat(format, argptr);
va_end(argptr);
fprintf(stderr, "\r%-40s\n", str.GetChars());