slackbuilds_ponce/games/ztools/patches/zcut-compilefix.diff
B. Watson bacb4b4024 games/ztools: Added (tools for Infocom and other Z-Code story files)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-12-23 09:16:20 -05:00

14 lines
339 B
Diff

diff -Naur a/zcut12.c b/zcut12.c
--- a/zcut12.c 2001-07-24 02:20:32.000000000 -0400
+++ b/zcut12.c 2012-11-30 14:28:39.000000000 -0500
@@ -1534,8 +1534,8 @@
int disk, n;
- enum tsystem this_type = UNKNOWN;
- enum tsystem prev_type = UNKNOWN;
+ tsystem this_type = UNKNOWN;
+ tsystem prev_type = UNKNOWN;
char extension[4], *p;