/[xlog]/xlog/src/logfile/cabrillo.c
ViewVC logotype

Diff of /xlog/src/logfile/cabrillo.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by pa4tu, Tue Apr 13 19:16:51 2004 UTC revision 1.9 by pa4tu, Fri Jan 14 20:26:49 2005 UTC
# Line 180  cabrillo_qso_append (LOGDB * handle, con Line 180  cabrillo_qso_append (LOGDB * handle, con
180          if (strlen (freq) < 3)          if (strlen (freq) < 3)
181          {          {
182                  if (!strcmp (freq, "35")) strcpy (freq, "3500");                  if (!strcmp (freq, "35")) strcpy (freq, "3500");
183                  else if (!strcmp (freq, "5")) strcpy (freq, "5000");                  else if (!strcmp (freq, "5")) strcpy (freq, "5300");
184                  else if (!strcmp (freq, "7")) strcpy (freq, "7000");                  else if (!strcmp (freq, "7")) strcpy (freq, "7000");
185                  else if (!strcmp (freq, "10")) strcpy (freq, "10100");                  else if (!strcmp (freq, "10")) strcpy (freq, "10100");
186                  else if (!strcmp (freq, "14")) strcpy (freq, "14000");                  else if (!strcmp (freq, "14")) strcpy (freq, "14000");

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26