changeset 3932 | 2fc211f60015 |
parent 3929 | 9a4bbc1f67a2 |
child 3939 | e6fddcb04dc2 |
--- a/hedgewars/uMisc.pas Wed Oct 06 15:37:56 2010 -0400 +++ b/hedgewars/uMisc.pas Wed Oct 06 22:36:41 2010 +0200 @@ -822,7 +822,7 @@ begin for i:= 0 to 7 do begin - assign(f, ExtractFileDir(ParamStr(2)) + '/Logs/' + cLogfileBase + inttostr(i) + '.log'); + assign(f, ExtractFileDir(ParamStr(2)) + '/' + cLogfileBase + inttostr(i) + '.log'); rewrite(f); if IOResult = 0 then break; end;