Ver código fonte

* fix for mantis 16643, chmproject.savetofile filename doesn't propagate properly

git-svn-id: trunk@15387 -
marco 15 anos atrás
pai
commit
600214f2a6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/chm/src/chmfilewriter.pas

+ 1 - 1
packages/chm/src/chmfilewriter.pas

@@ -233,7 +233,7 @@ var
 begin
   Cfg := TXMLConfig.Create(nil);
   Cfg.StartEmpty := True;
-  Cfg.Filename := FileName;
+  Cfg.Filename := AFileName;
   Cfg.Clear;
   Cfg.SetValue('Files/Count/Value', Files.Count);
   for I := 0 to Files.Count-1 do