fnmatch() errors encountered with charset conversion errors on file names were treated as matches

This commit is contained in:
Jean-Francois Dockes 2013-03-27 15:44:24 +01:00
parent e7eafe4ab4
commit 60b9845b83
4 changed files with 39 additions and 12 deletions

View file

@ -622,7 +622,7 @@ bool SearchDataClauseSimple::expandTerm(Rcl::Db &db,
if (noexpansion) {
oexp.push_back(prefix + term);
m_hldata.terms[term] = m_hldata.uterms.size() - 1;
LOGDEB(("ExpandTerm: final: %s\n", stringsToString(oexp).c_str()));
LOGDEB(("ExpandTerm: noexpansion: final: %s\n", stringsToString(oexp).c_str()));
return true;
}