From b3af6f000f23cdc0e3fafdfa407d4cf592c946f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Sep 2011 01:06:53 +0000 Subject: Tidy git-svn-id: http://svn.drobilla.net/zix/trunk@42 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- src/patree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/patree.c') diff --git a/src/patree.c b/src/patree.c index dfe65f6..b8fd183 100644 --- a/src/patree.c +++ b/src/patree.c @@ -337,7 +337,7 @@ zix_patree_find(const ZixPatree* t, const char* const str, const char** match) #else int change_index = change_index_c(p, l, len); #endif - + l += change_index; p += change_index; -- cgit v1.2.1