/[xlog]/xlog/src/log.c
ViewVC logotype

Diff of /xlog/src/log.c

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

revision 1.22 by pa4tu, Sun Oct 10 08:59:14 2004 UTC revision 1.23 by pa4tu, Fri Oct 29 18:26:09 2004 UTC
# Line 110  fillin_list (LOGDB * handle, qso_t q[], Line 110  fillin_list (LOGDB * handle, qso_t q[],
110          gchar *date = NULL, *name = NULL, *qth = NULL, *u1 = NULL,          gchar *date = NULL, *name = NULL, *qth = NULL, *u1 = NULL,
111                  *u2 = NULL, *remarks = NULL;                  *u2 = NULL, *remarks = NULL;
112          GError *error;          GError *error;
113            gint i;
114    
115          state.qsos++;          state.qsos++;
116          logw->qsos++;          logw->qsos++;
# Line 250  fillin_list (LOGDB * handle, qso_t q[], Line 251  fillin_list (LOGDB * handle, qso_t q[],
251                  QSLIN, q[QSLIN], POWER, q[POWER], NAME, name, QTH, qth, LOCATOR, q[LOCATOR],                  QSLIN, q[QSLIN], POWER, q[POWER], NAME, name, QTH, qth, LOCATOR, q[LOCATOR],
252                  U1, u1, U2, u2, REMARKS, remarks, -1);                  U1, u1, U2, u2, REMARKS, remarks, -1);
253    
254            for (i = 0; i < QSO_FIELDS; i++)
255                    g_free (q[i]);
256    
257          if (date) g_free (date);          if (date) g_free (date);
258          if (remarks) g_free (remarks);          if (remarks) g_free (remarks);
259          if (name) g_free (name);          if (name) g_free (name);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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