xlog-discussion
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xlog-discussion] Log editor "free field" labels, awards and contest


From: Jacob Anawalt
Subject: Re: [Xlog-discussion] Log editor "free field" labels, awards and contests
Date: Mon, 11 Jun 2007 08:28:33 -0600
User-agent: Icedove 1.5.0.10 (X11/20070329)

Jacob Anawalt wrote:
QSO: 14237 PH 2007-05-06 0120 KD7YKO 59U TCAC N7GP 59A ZGHB/GLX QSO: 7276 PH 2007-05-06 0133 KD7YKO 59 UTCAC K7A 59 AZYVP/CNO

I was reading over logfile/cabrillo.c to understand it better and write up some documentation when I noticed it was checking LSB twice. That's why all my USB contacts exported oddly.

--
Jacob / kd7yko
diff --git a/src/logfile/cabrillo.c b/src/logfile/cabrillo.c
index 2c8d627..2fa1a52 100644
--- a/src/logfile/cabrillo.c
+++ b/src/logfile/cabrillo.c
@@ -157,7 +157,7 @@ cabrillo_qso_append (LOGDB * handle, const qso_t * q)
         * there's no exchange fields in xlog. However, the exchange information
         * may be piggybacked by the rst field. eg. "599ON".
         */
-       if (!strcmp (q_mode, "SSB") || !strcmp (q_mode, "LSB")
+       if (!strcmp (q_mode, "SSB") || !strcmp (q_mode, "USB")
                        || !strcmp (q_mode, "LSB") || !strcmp (q_mode, "FM"))
                rst_len = 2;
        else

reply via email to

[Prev in Thread] Current Thread [Next in Thread]