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:
parent
cced0039c3
commit
31a53c738c
1 changed files with 1 additions and 1 deletions
|
@ -3379,7 +3379,7 @@ int logprintf(const char *format, ...)
|
|||
#endif
|
||||
va_end (argptr);
|
||||
|
||||
puts(string);
|
||||
printf("%s", string);
|
||||
if (logfile)
|
||||
fputs(string, logfile);
|
||||
|
||||
|
|
Loading…
Reference in a new issue