1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/comms/fldigi/files/patch-src_dominoex_dominoex.cxx
Diane Bruce 4865fd8daf - Update to latest release
=Version 3.21.81=

2014-03-26  David Freese  <w1hkj@w1hkj.com>

        134221e: TX monitor
        922c16f: Spotter seg fault
        dbe4181: Audio selectors for PORTAUDIO
        9771f4b: M4 tr1 detect
        03643a6: ttyACMxx identification
        cfe6f87: Olivia critical section
        a60d6f7: MT63 critical section
        c97043c: Logbook fields
        3bc4f31: Hamlib selector
        d33b7e7: Combobox
        6f71f12: RTTY macro
        ac671da: clang compatibility
2014-03-31 03:30:22 +00:00

12 lines
346 B
C++

--- src/dominoex/dominoex.cxx.orig 2014-03-21 11:25:57.000000000 -0500
+++ src/dominoex/dominoex.cxx 2014-03-21 18:19:42.000000000 -0500
@@ -63,7 +63,7 @@
strSecXmtText = progdefaults.secText;
if (strSecXmtText.length() == 0)
- strSecXmtText = "fldigi "PACKAGE_VERSION" ";
+ strSecXmtText = "fldigi " PACKAGE_VERSION;
videoText();
}