diff -r 4cf23d4c7624 -r 4be6cd55f1cf hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Fri Sep 26 00:56:36 2014 +0400 +++ b/hedgewars/uUtils.pas Sat Sep 27 12:49:08 2014 +0400 @@ -524,7 +524,7 @@ {$IFNDEF PAS2C} f:= stderr; // if everything fails, write to stderr {$ENDIF} - if (length(UserPathPrefix) > 0) then +(* if (length(UserPathPrefix) > 0) then begin {$IFNDEF PAS2C} // create directory if it doesn't exist @@ -540,7 +540,7 @@ break; inc(i) end; - end; + end;*) Rewrite(f); {$I+} {$ENDIF}