From 61fdf5b5d04dab88a9a1d2c4c04d7cde099c910c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 10 Jun 2001 19:07:33 +0200
Subject: [PATCH] Bugfix.

Rev: src/combine_path.h:1.6
---
 src/combine_path.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/combine_path.h b/src/combine_path.h
index 8cd44b33ee..fe87232e8d 100644
--- a/src/combine_path.h
+++ b/src/combine_path.h
@@ -1,5 +1,5 @@
 /*
- * $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;
 
 	      
-- 
GitLab