This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 7fa252bf3c8e0328d6922053140765dc4524658c
Author: Carsten Haitzler <[email protected]>
AuthorDate: Sat Jul 4 10:06:41 2026 +0100
fix substring match in evry
fixes #140
---
src/modules/everything/evry_util.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/modules/everything/evry_util.c b/src/modules/everything/evry_util.c
index 128e9819a..e0a149fc4 100644
--- a/src/modules/everything/evry_util.c
+++ b/src/modules/everything/evry_util.c
@@ -155,6 +155,7 @@ evry_fuzzy_match(const char *str, const char *match)
cnt++;
next = p;
m_cnt = 0;
+ pm = NULL;
break;
}
}
@@ -241,6 +242,7 @@ evry_fuzzy_match(const char *str, const char *match)
cnt++;
next = p;
m_cnt = 0;
+ pm = NULL;
break;
}
else
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.