Use tmpfileplus() instead of tempnam()

Finally get rid of security or deprecated warnings cause by tempnam() function usage
This commit is contained in:
alexey.lysiuk 2017-11-04 13:15:53 +02:00
commit 0e706bfecf
7 changed files with 24 additions and 159 deletions

View file

@ -59,7 +59,6 @@ extern void ChildSigHandler (int signum);
#include "s_sound.h"
#include "m_swap.h"
#include "i_cd.h"
#include "tempfiles.h"
#include "templates.h"
#include "stats.h"
#include "timidity/timidity.h"