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

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

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

revision 1.11 by pa4tu, Mon May 9 09:51:29 2005 UTC revision 1.12 by pa4tu, Thu Sep 1 15:16:58 2005 UTC
# Line 87  static gint adif_qso_foreach Line 87  static gint adif_qso_foreach
87                  if (!fgets (line, 1023, fp)) break;                  if (!fgets (line, 1023, fp)) break;
88    
89                  if (line[0] != '\n') /* ignore empty lines */                  if (line[0] != '\n') /* ignore empty lines */
90                          buffer = g_strconcat (buffer, line, 0);                          buffer = g_strconcat (buffer, line, NULL);
91    
92                  if (g_strrstr (line, "<EOH>") || g_strrstr (line, "<eoh>")) /* read past header */                  if (g_strrstr (line, "<EOH>") || g_strrstr (line, "<eoh>")) /* read past header */
93                          buffer = g_strdup ("");                          buffer = g_strdup ("");

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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