/[mailutils]/mailutils/mh/mhn.c
ViewVC logotype

Diff of /mailutils/mh/mhn.c

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

revision 1.13 by gray, Sat Mar 29 16:59:48 2003 UTC revision 1.14 by gray, Wed Apr 2 13:38:19 2003 UTC
# Line 1555  normalize_path (char *cwd, char *path) Line 1555  normalize_path (char *cwd, char *path)
1555    len = strlen (cwd);    len = strlen (cwd);
1556    if (strlen (path) < len || memcmp (path, cwd, len))    if (strlen (path) < len || memcmp (path, cwd, len))
1557      sfree (&path);      sfree (&path);
   else  
     memmove (path, path + len + 1, strlen (path) - len);  
1558    free (pcwd);    free (pcwd);
1559    return path;    return path;
1560  }  }

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

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