summaryrefslogtreecommitdiff
path: root/textproc/cwtext/files/patch-pcm.c
blob: 00b5eb5574db8bc84d49a9c947986e70273d92d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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;