--- a/hedgewars/uPhysFSLayer.pas Sat Nov 17 00:41:30 2012 +0400
+++ b/hedgewars/uPhysFSLayer.pas Sat Nov 17 22:07:17 2012 +0400
@@ -102,7 +102,7 @@
i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, true);
AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i));
i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, true);
- AddFileLog('[PhysFS] mount ' + UserPathPrefix + ': ' + inttostr(i));
+ AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i));
end;
procedure freeModule;