mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Access violation
This commit is contained in:
parent
40937a7c8a
commit
d9148a803e
1 changed files with 1 additions and 2 deletions
|
|
@ -156,8 +156,7 @@ begin
|
|||
end;
|
||||
end;
|
||||
except
|
||||
on EReadError do
|
||||
Result := atUnknown;
|
||||
Result := atUnknown;
|
||||
end;
|
||||
Strm.Position := CurPos; { Return to original position. }
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue