tlf-devel
[Top][All Lists]
Advanced

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

Re: [Tlf-devel] Pre-release of TLF-1.0.0 fails


From: Thomas Beierlein
Subject: Re: [Tlf-devel] Pre-release of TLF-1.0.0 fails
Date: Tue, 22 Dec 2009 13:37:38 +0100
User-agent: Mutt/1.5.17 (2007-11-01)

Hi Martin,

found the problem. The attached diff showes the needed change. I hope you
can build tlf yourself from sources. Otherwise you have to wait for Rein to
prepare a new release candidate.

I will work in next days on the routine to allow leading and trailing spaces 
for callsign and initial exchange. 

73, de Tom DL1JBE.

Index: makelogline.c
===================================================================
--- makelogline.c       (revision 14)
+++ makelogline.c       (working copy)
@@ -351,7 +351,7 @@
     } else if ((one_point == 1) || (two_point == 1) || (three_point == 1)) {
        strncat(logline4, fillspaces, 4);
     } else {
-       strncat(logline4, fillspaces, 9);
+       strncat(logline4, fillspaces, 4);
 
     }
 
-- 
"Do what is needful!"
Ursula LeGuin: Earthsea
--





reply via email to

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