blob: f6e12b2f70a30f2920e87c3646a1a7350beb9db3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 18:04:20 rh Exp $
--- xbreaky.cpp.orig Thu May 11 10:06:12 2000
+++ xbreaky.cpp
@@ -1569,7 +1569,7 @@
close(fd[1]);
dup2(fd[0],STDIN_FILENO);
close(fd[0]);
- execlp("xbreaky.snd", 0 );
+ execlp("xbreaky.snd", "xbreaky.snd", 0 );
fprintf (stderr, "Couldn't Execute Sound Server xbreaky.snd!\n");
exit (0);
}
|