mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
bacb4b4024
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
14 lines
339 B
Diff
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;
|
|
|