summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 59b46e54d..badf79371 100644
--- a/src/search.c
+++ b/src/search.c
@@ -4293,7 +4293,7 @@ fuzzy_match_compute_score(
if (currIdx > 0)
{
// Camel case
- int neighbor;
+ int neighbor = ' ';
int curr;
int neighborSeparator;
diff --git a/src/version.c b/src/version.c
index cafc31d32..a9852e94e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1728,
+/**/
1727,
/**/
1726,