* do default replacements for -o, fixes #7198

git-svn-id: trunk@4304 -
This commit is contained in:
florian 2006-07-30 07:37:40 +00:00
parent 21c061421e
commit 239a7a5d9c

View File

@ -861,6 +861,7 @@ begin
begin
if More<>'' then
begin
DefaultReplacements(More);
{$IFDEF USE_SYSUTILS}
D:=SplitPath(More);
OutputFile:=SplitFileName(More);