This commit is contained in:
Ivan Skytte Jørgensen
2017-11-23 14:09:52 +01:00
parent 74d1a4b457
commit 352de0328b

@ -901,7 +901,7 @@ bool Query::setQTerms ( const Words &words ) {
// IndexTable.cpp uses this one
qt->m_inQuotes = qw->m_inQuotes;
// usually this is right
char *ptr = syn.m_termPtrs[j];
const char *ptr = syn.m_termPtrs[j];
// buf if it is NULL that means we transformed the
// word by like removing accent marks and stored
// it in m_synWordBuf, as opposed to just pointing