]> andersk Git - splint.git/blobdiff - src/osd.c
*** empty log message ***
[splint.git] / src / osd.c
index 8090539cc8f17105f7fb2f2dca4b6b017c008ad9..4b1635634365664cab37682ffda827a44eb6484a 100644 (file)
--- a/src/osd.c
+++ b/src/osd.c
@@ -391,10 +391,10 @@ nextdir (d_char *current_dir, d_char *dir, size_t *len)
       return FALSE;
     }
 
-  *dir = (**current_dir == SEPCHAR ? *current_dir + 1 : *current_dir);
+  *dir = (**current_dir == PATH_SEPARATOR ? *current_dir + 1 : *current_dir);
   
   /* Find next ':' or end of string */
-  for (tchar = *dir; *tchar != '\0' && *tchar != SEPCHAR; tchar++)
+  for (tchar = *dir; *tchar != '\0' && *tchar != PATH_SEPARATOR; tchar++)
     {
       ;
     }
This page took 0.031414 seconds and 4 git commands to generate.