mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4865fd8daf
=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 sectiona60d6f7
: MT63 critical section c97043c: Logbook fields 3bc4f31: Hamlib selector d33b7e7: Combobox6f71f12
: RTTY macro ac671da: clang compatibility
12 lines
346 B
C++
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();
|
|
}
|