Skip to content
Snippets Groups Projects
Commit 61fdf5b5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bugfix.

Rev: src/combine_path.h:1.6
parent 379c0ba7
No related branches found
No related tags found
No related merge requests found
/*
* $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,7 +149,7 @@ static void APPEND_PATH(struct string_builder *s,
(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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment