safer sessionsaving

This commit is contained in:
joonicks
2018-12-12 14:30:01 +01:00
parent a882fe9b6e
commit 1a72d7c537
5 changed files with 23 additions and 5 deletions

View File

@@ -355,7 +355,7 @@ void to_user_q(const char *target, const char *format, ...)
stringcat(message,"\n");
if (startup > 0)
if (STARTUP_ECHOTOCONSOLE)
{
write(1,message,strlen(message));
return;