pike.git/
src/
combine_path.h
Branch:
Tag:
Non-build tags
All tags
No tags
2001-06-10
2001-06-10 17:07:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
61fdf5b5d04dab88a9a1d2c4c04d7cde099c910c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/combine_path.h:1.6
1:
/*
-
* $Id: combine_path.h,v 1.
5
2001/06/10
16
:
34
:
57
grubba Exp $
+
* $Id: combine_path.h,v 1.
6
2001/06/10
17
:
07
:
33
grubba Exp $
* * Combine path template. *
149:
(index_shared_string(s->s,tmp)=='.') && (index_shared_string(s->s,tmp+1)=='.') && ( (tmp+2 == s->s->len) ||
-
IS_SEP(index_shared_string(s->s,tmp+2)))
+
IS_SEP(index_shared_string(s->s,tmp+2)))
)
break;