puts apparently includes a newline character...

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2497 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-04-15 17:55:25 +00:00
parent cced0039c3
commit 31a53c738c
1 changed files with 1 additions and 1 deletions

View File

@ -3379,7 +3379,7 @@ int logprintf(const char *format, ...)
#endif
va_end (argptr);
puts(string);
printf("%s", string);
if (logfile)
fputs(string, logfile);