mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* win16 do_open: zero fill regs before attempting to open the file a second time
git-svn-id: trunk@31870 -
This commit is contained in:
parent
bed89062d0
commit
eaf719a623
@ -332,6 +332,7 @@ begin
|
||||
if regs.AX=4 then
|
||||
if Increase_file_handle_count then
|
||||
begin
|
||||
FillChar(regs,SizeOf(regs),0);
|
||||
{ Try again }
|
||||
if LFNSupport then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user