- Timestamp:
- 02/18/09 23:46:37 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup-recover.c
r145 r146 257 257 { 258 258 void_stack* path_stack = void_stack_new(REGFI_MAX_DEPTH); 259 REGFI_HBIN* hbin;259 const REGFI_HBIN* hbin; 260 260 REGFI_NK_REC* cur_ancestor; 261 261 char* ret_val; … … 465 465 const range_list_element* cur_elem; 466 466 REGFI_VK_REC* vk; 467 REGFI_HBIN* hbin;467 const REGFI_HBIN* hbin; 468 468 uint32 i, off, data_offset, data_maxsize; 469 469 … … 570 570 REGFI_NK_REC* nk; 571 571 REGFI_VK_REC* vk; 572 REGFI_HBIN* hbin;572 const REGFI_HBIN* hbin; 573 573 const range_list_element* cur_elem; 574 574 uint32 i, j, num_keys, off, values_length, max_length;
Note: See TracChangeset
for help on using the changeset viewer.