This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
added a comment to spawn
main
Anselm R. Garbe
18 years ago
parent
0a25fe9188
commit
a50b15a9e9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
util.c
+ 1
- 0
util.c
View File
@ -51,6 +51,7 @@ spawn(Arg *arg)
if
(
!
arg
-
>
cmd
)
return
;
/* the double-fork construct avoids zombie processes */
if
(
fork
(
)
=
=
0
)
{
if
(
fork
(
)
=
=
0
)
{
if
(
dpy
)
Write
Preview
Loading…
Cancel
Save