- Timestamp:
- 05/08/11 13:33:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup.c
r251 r252 227 227 buf[0] = '\0'; 228 228 229 path = regfi_iterator_ cur_path(i);229 path = regfi_iterator_ancestry(i); 230 230 if(path == NULL) 231 231 { … … 381 381 382 382 root = regfi_iterator_cur_key(iter); 383 regfi_reference_record(iter->f, root); 384 cur = root; 383 cur = root = regfi_reference_record(iter->f, root); 385 384 regfi_iterator_first_subkey(iter); 386 385 sub = regfi_iterator_cur_subkey(iter); … … 504 503 } 505 504 506 if(!regfi_iterator_ walk_path(iter, tmp_path))505 if(!regfi_iterator_descend(iter, tmp_path)) 507 506 { 508 507 printMsgs(iter->f);
Note: See TracChangeset
for help on using the changeset viewer.