tlf-devel
[Top][All Lists]
Advanced

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

Re: [tlf-devel] TLF and Cabrillo format


From: Piotr Tomczak
Subject: Re: [tlf-devel] TLF and Cabrillo format
Date: Fri, 3 Oct 2008 21:29:50 +0200

Hi,
I made a small modification in the section mentioned in my previouse mail and it seems to generate the cabrillo file correctly, at least for WPX and other contests that use a serial number exchange.

Some of you may think that it was not necessary, but right should be right. Maybe we can add it into the official software ?

I have a question to those of you who dig more into the source code of TLF.

Lets look at this section of writecabrillo.c :

1   else if ((wpx == 1) || ((standardexchange[0] == '#')
2                   && (strcmp (whichcontest, "ssa_mt") != 0)))
3                {
4                        strncat(buffer, buf+23,4);                    
5                        strncat(buffer, standardexchange+1, 7); 
6                        strcat (buffer, " ");  

What is happening in line number 5 (line 231 in the file), What will be added after the serial number and in what cases ?

I will appreciat the answer, Thanks in advance

/piotr SM7YEA





reply via email to

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