add a comment
This commit is contained in:
parent
390d447d9b
commit
7e9fb9fb25
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ BindingTree *OBBindings::buildtree(const StringVect &keylist, int id) const
|
|||
for (it = keylist.rbegin(); it != end; ++it) {
|
||||
p = ret;
|
||||
ret = new BindingTree(id);
|
||||
if (!p) ret->chain = false;
|
||||
if (!p) ret->chain = false; // only the first built node
|
||||
ret->first_child = p;
|
||||
if (!translate(*it, ret->binding, true)) {
|
||||
destroytree(ret);
|
||||
|
|
Loading…
Reference in a new issue