File: slashfx_main.patch

package info (click to toggle)
nikwi 0.0.20120213-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 8,628 kB
  • sloc: cpp: 7,111; ansic: 880; objc: 247; makefile: 143; sh: 48
file content (15 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: nikwi-0.0.20120213/src/slashfx/main.c
===================================================================
--- nikwi-0.0.20120213.orig/src/slashfx/main.c	2013-09-13 18:17:29.101032547 +0200
+++ nikwi-0.0.20120213/src/slashfx/main.c	2013-09-13 18:17:29.093032547 +0200
@@ -111,8 +111,8 @@
 	char		version;
 	Effect		fx;
 	int		i, Fp, Vp, DP, Fnpp, Vnpp, wlength;
-	double		T, P, F, V, Fs, Vs, SP, len, sample;
-	double		(*waveFunc)(double);
+	double		T, F, V, Fs, Vs, SP, len, sample;
+	double		(*waveFunc)(double) = NULL;
 	double		*fwave;
 	
 	readBuffer(fb, id, 4);