13 lines
366 B
Text
13 lines
366 B
Text
$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);
|
|
}
|