File: 110_vocalizer_c.diff

package info (click to toggle)
predict 2.2.3-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,712 kB
  • ctags: 1,623
  • sloc: ansic: 19,433; sh: 3,518; makefile: 429; yacc: 318; perl: 82
file content (13 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: predict-2.2.3/vocalizer/vocalizer.c
===================================================================
--- predict-2.2.3.orig/vocalizer/vocalizer.c	2009-11-14 10:38:16.000000000 -0500
+++ predict-2.2.3/vocalizer/vocalizer.c	2009-11-14 10:39:24.000000000 -0500
@@ -27,7 +27,7 @@
 #include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/soundcard.h>
-#include "vocalizer.h"
+char *path={"/usr/lib/predict/"};
 
 int dsp;
 char numstr[20][10];