summaryrefslogtreecommitdiffstats
path: root/audio/xcdplayer/files/patch-main.c
blob: 2d1f2b8870bc2f4faba81cd196ff316acc65969a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- main.c.orig	1993-01-12 18:59:36 UTC
+++ main.c
@@ -23,12 +23,15 @@
 
 Widget		top_form;
 
-void
+extern AppData app_data;
+
+static void	chk_debug();
+
+int
 main(argc, argv)
 	int		argc;
 	char		**argv;
 {
-	static void	chk_debug();
 
 	chk_debug(argc, argv);
 
@@ -66,7 +69,7 @@ chk_debug(argc, argv)
 	/* ugly hack */
 	for (i = 1; i < argc; i++) {
 		if (strcmp(argv[i], "-debug") == 0) {
-			debug = True;
+			app_data.debug = True;
 			break;
 		}
 	}
OpenPOWER on IntegriCloud