You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/cwtext/files/cwtext-0.96-pcm.patch

12 lines
248 B

--- pcm.c.orig
+++ 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;