summaryrefslogtreecommitdiff
path: root/comms/tlf/files/patch-src_audio.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-12 21:51:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-12 21:51:28 +0000
commit0b78f9d021e677eec4351893690f7b4dc9e3621a (patch)
tree68e9d75accd34928c8ef13eb9b57eff14e6e09a3 /comms/tlf/files/patch-src_audio.c
parent- Update to 1.1.1 (diff)
Add tlf, an amateur radio curses based logging program.
PR: ports/69166 Submitted by: Diane Bruce <db@heceta.db.net>
Notes
Notes: svn path=/head/; revision=121482
Diffstat (limited to 'comms/tlf/files/patch-src_audio.c')
-rw-r--r--comms/tlf/files/patch-src_audio.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/comms/tlf/files/patch-src_audio.c b/comms/tlf/files/patch-src_audio.c
new file mode 100644
index 000000000000..67fd8fb5dee5
--- /dev/null
+++ b/comms/tlf/files/patch-src_audio.c
@@ -0,0 +1,18 @@
+--- 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) {
+