mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use X x X's in mkstemp().
This commit is contained in:
parent
0b59cdbe84
commit
cb358f5cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ cvs_temp_name ()
|
|||
int retval;
|
||||
|
||||
value = xmalloc (strlen (Tmpdir) + 40);
|
||||
sprintf (value, "%s/%s", Tmpdir, "cvsXXXXXX");
|
||||
sprintf (value, "%s/%s", Tmpdir, "cvsXXXXXXXXXX");
|
||||
retval = mkstemp (value);
|
||||
|
||||
if (retval == -1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue