freebsd-ports/comms/tlf/files/patch-src_audio.c
Pav Lucistnik 0b78f9d021 Add tlf, an amateur radio curses based logging program.
PR:		ports/69166
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-11-12 21:51:28 +00:00

18 lines
300 B
C

--- src/audio.c.orig Sat Jul 10 21:31:56 2004
+++ src/audio.c Sat Jul 10 21:32:05 2004
@@ -578,6 +578,7 @@
float testvalue;
char key = '\0';
+int runnit = 1;
clear();
@@ -586,7 +587,6 @@
/* ------------initialize sound card --------*/
init_audio();
-int runnit = 1;
while (runnit == 1) {