summaryrefslogtreecommitdiff
path: root/games/xmille/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmille/files/patch-ah')
-rw-r--r--games/xmille/files/patch-ah11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xmille/files/patch-ah b/games/xmille/files/patch-ah
new file mode 100644
index 000000000000..5fe504f73e2b
--- /dev/null
+++ b/games/xmille/files/patch-ah
@@ -0,0 +1,11 @@
+--- varpush.c.orig Wed Jul 8 11:33:36 1987
++++ varpush.c Thu Feb 1 00:27:53 2001
+@@ -36,7 +36,7 @@
+ char buf[80];
+ over:
+ printf("Debug file:");
+- gets(buf);
++ fgets(buf, sizeof(buf), stdin);
+ if ((outf = fopen(buf, "w")) == NULL) {
+ perror(buf);
+ goto over;