602 |
int offset; |
int offset; |
603 |
char *pos; |
char *pos; |
604 |
ptrdiff_t len1; |
ptrdiff_t len1; |
605 |
|
#ifdef OSPATH_DEBUG |
606 |
int len2; |
int len2; |
607 |
|
#endif |
608 |
char sub[PATH_MAX]; |
char sub[PATH_MAX]; |
609 |
struct FilePath *fp1, *fp2; |
struct FilePath *fp1, *fp2; |
610 |
|
|
640 |
#endif |
#endif |
641 |
} |
} |
642 |
|
|
643 |
len1 = pos - (fp->path); len2 = (int)len1; |
len1 = pos - (fp->path); |
644 |
|
#ifdef OSPATH_DEBUG |
645 |
|
len2 = (int)len1; |
646 |
V(len2); |
V(len2); |
647 |
|
#endif |
648 |
/*fprintf(stderr,"POS = %d\n",len2);*/ |
/*fprintf(stderr,"POS = %d\n",len2);*/ |
649 |
|
|
650 |
if(*pos==PATH_SEPARATOR_CHAR){ |
if(*pos==PATH_SEPARATOR_CHAR){ |