mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +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
419 B
C++
12 lines
419 B
C++
--- src/logbook/lookupcall.cxx.orig 2014-03-21 11:25:57.000000000 -0500
|
|
+++ src/logbook/lookupcall.cxx 2014-03-21 18:19:53.000000000 -0500
|
|
@@ -1188,7 +1188,7 @@
|
|
return NULL;
|
|
|
|
size_t p;
|
|
- if (fetch_http(EQSL_url, EQSL_xmlpage, 5.0) == -1)
|
|
+ if (fetch_http(EQSL_url, EQSL_xmlpage, 5.0) == false)
|
|
LOG_ERROR("%s", "eQSL not available");
|
|
|
|
else if ((p = EQSL_xmlpage.find("Error:")) != std::string::npos) {
|