Ensure tmpfile() doesn't access a file created by someone else.

This could happen due to a race condition, which shouldn't generally be an issue on the GS but is at least theoretically possible under GNO or Golden Gate.
This commit is contained in:
Stephen Heumann 2020-01-31 12:47:34 -06:00
parent c439f2e3ea
commit 9af1c093cb
1 changed files with 1 additions and 1 deletions

View File

@ -3118,7 +3118,7 @@ f equ 1 file pointer
lb1 creturn 4:f
type cstr 'w+b'
type cstr 'w+bx'
end
****************************************************************