X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-editor.git;a=blobdiff_plain;f=src%2Fshared%2FCONFIGSIMPLE.pas;h=b2977e8977f240b8de510c2b3b5f56933c321c3a;hp=05960dec815359bcb95a7319fcec45f3729531b6;hb=212386359ea0af4e0a861f9bf92c45a1516ac87c;hpb=1fb1b203de2d204939df9112dda1f72760c956ee diff --git a/src/shared/CONFIGSIMPLE.pas b/src/shared/CONFIGSIMPLE.pas index 05960de..b2977e8 100644 --- a/src/shared/CONFIGSIMPLE.pas +++ b/src/shared/CONFIGSIMPLE.pas @@ -65,7 +65,7 @@ begin if cfg_data <> nil then config_close(); - AssignFile(f, FileName); + AssignFile(f, findFileCIStr(FileName)); {$I-} Reset(f);