From 7a38b5864d6b1cb8b046e796f9916d3888ea687a Mon Sep 17 00:00:00 2001 From: leitner Date: Thu, 17 Mar 2005 10:37:51 +0000 Subject: [PATCH] foo <=> foobar connection was wrong --- matchstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchstring.c b/matchstring.c index 255e4db..7ea9d9d 100644 --- a/matchstring.c +++ b/matchstring.c @@ -15,7 +15,7 @@ int matchstring(struct string* s,const char* c) { if (l==s->l) return 0; /* one is a prefix of the other */ if (l1s[l1]); }