fix recv.log on 3.0 branch as well
This commit is contained in:
parent
60acb774fd
commit
cd765728a0
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ recvlog (char *line)
|
|||
if ((logfile = fopen (RECV_LOG, "a")) == NULL)
|
||||
return;
|
||||
if (logfile)
|
||||
fprintf (logfile, line);
|
||||
fprintf (logfile, "%s", line);
|
||||
fclose (logfile);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue