blob: eabb92f59fb05303533434a01a67ccd6e8d18c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Naur speechd-up.vanilla/speechd-up.c speechd-up/speechd-up.c
--- speechd-up.vanilla/speechd-up.c 2004-05-01 12:36:55.417594928 +0000
+++ speechd-up/speechd-up.c 2004-05-01 12:36:15.691634192 +0000
@@ -418,10 +418,7 @@
options_set_default();
options_parse(argc, argv);
- if (!strcmp(PIDPATH, ""))
spd_spk_pid_file = (char*) strdup("/var/run/speechd-up.pid");
- else
- spd_spk_pid_file = (char*) strdup(PIDPATH"speechd.pid");
if (create_pid_file() == -1) exit(1);
|