mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2024-11-26 04:11:37 +01:00
Fix copy-paste error
This commit is contained in:
parent
89142ba73a
commit
7ac4e38b71
@ -1038,7 +1038,7 @@ begin
|
||||
if ((DesktopFileFlags and dfCodeTemplates)<>0) then
|
||||
OK:=ReadCodeTemplates(F) and OK;
|
||||
if ((DesktopFileFlags and dfReturnToLastDir)<>0) then
|
||||
OK:=WriteReturnToLastDir(F) and OK;
|
||||
OK:=ReadReturnToLastDir(F) and OK;
|
||||
{$ifdef Unix}
|
||||
OK:=ReadKeys(F) and OK;
|
||||
{$endif Unix}
|
||||
|
Loading…
Reference in New Issue
Block a user