summaryrefslogtreecommitdiff
path: root/games/tanked/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'games/tanked/patches/patch-af')
-rw-r--r--games/tanked/patches/patch-af7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/tanked/patches/patch-af b/games/tanked/patches/patch-af
new file mode 100644
index 00000000000..c2c1aa3813e
--- /dev/null
+++ b/games/tanked/patches/patch-af
@@ -0,0 +1,7 @@
+--- server/log.c.orig Fri Jul 31 04:01:21 1998
++++ server/log.c Fri Jul 31 04:01:50 1998
+@@ -28,3 +28,3 @@
+ if (!ml) {
+- ml = fopen("logs/message.log", "a");
++ ml = fopen(TANKDIR "/logs/message.log", "a");
+ if (!ml) {