comment
This commit is contained in:
parent
86e48fb52e
commit
82e92c949c
1 changed files with 4 additions and 2 deletions
|
@ -1761,8 +1761,10 @@ bool Db::stemDiffers(const string& lang, const string& word,
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Retrieve document defined by Unique doc identifier. This is mainly used
|
// Retrieve document defined by Unique doc identifier. This is used
|
||||||
// by the GUI history feature
|
// by the GUI history feature and by open parent/getenclosing
|
||||||
|
// ! The return value is always true except for fatal errors. Document
|
||||||
|
// existence should be tested by looking at doc.pc
|
||||||
bool Db::getDoc(const string &udi, Doc &doc)
|
bool Db::getDoc(const string &udi, Doc &doc)
|
||||||
{
|
{
|
||||||
LOGDEB(("Db:getDoc: [%s]\n", udi.c_str()));
|
LOGDEB(("Db:getDoc: [%s]\n", udi.c_str()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue