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

Diff of /xlog/src/utils.c

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

revision 1.12 by pa4tu, Mon Mar 3 15:34:43 2003 UTC revision 1.13 by pa4tu, Wed Aug 6 18:18:54 2003 UTC
# Line 274  save_windowsize_and_cleanup (void) Line 274  save_windowsize_and_cleanup (void)
274    
275  /* find dot in frequency and return correct band */  /* find dot in frequency and return correct band */
276  gchar *  gchar *
277  finddot (gchar * qsoband)  finddot (gchar * str)
278  {  {
279    gchar *end, *j, *found = NULL;    gchar *qsoband, *end, *j, *found = NULL;
280    
281      qsoband = g_strdup (str);
282    end = qsoband + strlen (qsoband);    end = qsoband + strlen (qsoband);
283    for (j = qsoband; j < end; ++j)    for (j = qsoband; j < end; ++j)
284      {      {

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

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