From 726781434e6ae67544996cfc3a463e4fec82ab46 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 24 Nov 2019 11:01:32 +0100 Subject: [PATCH] typos in windows changes to enable web indexer --- src/index/indexer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index/indexer.cpp b/src/index/indexer.cpp index 4b335f2d..ffa210d8 100644 --- a/src/index/indexer.cpp +++ b/src/index/indexer.cpp @@ -33,6 +33,7 @@ #include "pathut.h" #include "idxstatus.h" #include "execmd.h" +#include "safesysstat.h" #ifdef RCL_USE_ASPELL #include "rclaspell.h" @@ -72,7 +73,7 @@ bool runWebFilesMoverScript(RclConfig *config) const static string cmdnm{"python"}; args.push_back(config->findFilter("recoll-we-move-files.py")); #else - const static string cmdnm{"recoll-we-move-files.py"}: + const static string cmdnm{"recoll-we-move-files.py"}; #endif if (cmdpath.empty()) { cmdpath = config->findFilter(cmdnm);