dtinfo subtree DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
b92cf08899
commit
8c8363f4a5
@@ -360,9 +360,9 @@ Boolean trie::travers_to(char* str, int len,
|
||||
|
||||
|
||||
node = root;
|
||||
int j;
|
||||
int i, j;
|
||||
|
||||
for ( int i=0; i<len; i++ ) {
|
||||
for ( i=0; i<len; i++ ) {
|
||||
j = str[i];
|
||||
|
||||
//debug(cerr, str[i]);
|
||||
|
||||
Reference in New Issue
Block a user