Fix mismatch functionally for temporary file name
This commit is contained in:
parent
2390217a75
commit
bbf4d451d9
|
|
@ -911,7 +911,7 @@ GetTmpPath( char *path )
|
|||
if( *sp == '/' ) *sp-- = '\0' ;
|
||||
sprintf( sp+1, "/%s", TEMPFILEKEY ) ;
|
||||
/* Get temporary file name */
|
||||
return mkstemp( buf );
|
||||
return mktemp( buf );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue