about summary refs log tree commit diff stats
path: root/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'util.c')
-rw-r--r--util.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.c b/util.c
index 14a4511..d8e6612 100644
--- a/util.c
+++ b/util.c
@@ -75,8 +75,9 @@ swap(void **p1, void **p2)
 }
 
 void
-spawn(char *argv[])
+spawn(Arg *arg)
 {
+	char **argv = (char **)arg->argv;
 	if(!argv || !argv[0])
 		return;
 	if(fork() == 0) {
lynx-snapshots/commit/src/chrtrans/makew32.bat?id=9c512bbadc47a7de000f53f11a7620d83ca0ddba'>9c512bba ^
2b52e9e6 ^












01876e39 ^
2b52e9e6 ^

















01876e39 ^

2b52e9e6 ^






50f9f94b ^
2b52e9e6 ^


50f9f94b ^

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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58