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
--



_______________________________________________
Tlf-devel mailing list
Tlf-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tlf-devel

Reply via email to