hedgewars/uUtils.pas
branchqmlfrontend
changeset 10424 4be6cd55f1cf
parent 10280 762c256552e9
child 10430 899a30018ede
--- 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}