backslashes in abstract could fudge the format of the db data record...
This commit is contained in:
parent
66e6c6d39a
commit
46f1dd1f4b
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ void Db::setAbstractParams(int idxtrunc, int syntlen, int syntctxlen)
|
|||
m_synthAbsWordCtxLen = syntctxlen;
|
||||
}
|
||||
|
||||
static const string cstr_nc("\n\r\x0c");
|
||||
static const string cstr_nc("\n\r\x0c\\");
|
||||
#define RECORD_APPEND(R, NM, VAL) {R += NM + "=" + VAL + "\n";}
|
||||
|
||||
// Add document in internal form to the database: index the terms in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue