1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/cwtext/files/patch-pcm.c
Diane Bruce e1ffcc6263 Reassign to hamradio@
Clean up Makefile
No binary changes
2015-08-19 01:00:55 +00:00

12 lines
273 B
C

--- pcm.c.orig 2008-01-07 15:26:50 UTC
+++ pcm.c
@@ -60,7 +60,7 @@ int mStoSamples(int hVox, int time) {
float samples;
float fsr;
- if (!valid(hVox)) return;
+ if (!valid(hVox)) return(0);
timelen = (float) time;
fsr = (float) voxref(hVox).samplerate;