Browse Source

* Do now show newlines in listsettings

git-svn-id: trunk@16928 -
joost 14 years ago
parent
commit
45f6cc6567
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fppkg/pkgoptions.pp

+ 1 - 1
utils/fppkg/pkgoptions.pp

@@ -689,7 +689,7 @@ begin
   Log(ALogLevel,SLogCompilerCfgLocalPrefix,[FLocalPrefix,LocalPrefix]);
   Log(ALogLevel,SLogCompilerCfgGlobalInstallDir,[FGlobalInstallDir,GlobalInstallDir]);
   Log(ALogLevel,SLogCompilerCfgLocalInstallDir,[FLocalInstallDir,LocalInstallDir]);
-  Log(ALogLevel,SLogCompilerCfgOptions,[Options.Text]);
+  Log(ALogLevel,SLogCompilerCfgOptions,[Options.DelimitedText]);
 end;