diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/patree.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |