1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/audio/sphinx/files/patch-src_examples_tty-continuous.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

13 lines
388 B
C

author: Andriy Gapon
--- src/examples/tty-continuous.c.orig 2001-12-13 21:11:15 UTC
+++ src/examples/tty-continuous.c
@@ -175,7 +175,6 @@ static void utterance_loop()
* listening until current utterance completely decoded
*/
ad_stop_rec (ad);
- while (ad_read (ad, adbuf, 4096) >= 0);
cont_ad_reset (cont);
printf ("Stopped listening, please wait...\n"); fflush (stdout);