summaryrefslogtreecommitdiff
path: root/misc/astrolog/files/patch-intrpalt.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/astrolog/files/patch-intrpalt.c')
-rw-r--r--misc/astrolog/files/patch-intrpalt.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/misc/astrolog/files/patch-intrpalt.c b/misc/astrolog/files/patch-intrpalt.c
deleted file mode 100644
index 257ba71d26e3..000000000000
--- a/misc/astrolog/files/patch-intrpalt.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- intrpalt.c.bak 2002-04-27 22:35:18.000000000 +0400
-+++ intrpalt.c 2012-02-25 22:34:56.000000000 +0400
-@@ -71,7 +71,8 @@
- byte *szHouseFile(i)
- int i;
- {
-- byte szFileName[16], szFileNumber[8];
-+ static byte szFileName[16];
-+ byte szFileNumber[8];
-
- sprintf (szFileNumber, "%i", i);
- sprintf (szFileName, "house");
-@@ -85,7 +86,8 @@
- int i;
- bool trflag;
- {
-- byte szFileName[16], szFileNumber[8];
-+ static byte szFileName[16];
-+ byte szFileNumber[8];
-
- sprintf (szFileNumber, "%i", i);
- if (i < 10)
-@@ -104,7 +106,8 @@
- int i;
- bool trflag;
- {
-- byte szFileName[16], szFileNumber[8];
-+ static byte szFileName[16];
-+ byte szFileNumber[8];
-
- sprintf (szFileNumber, "%i", i);
- if (i < 10)