- Timestamp:
- 06/17/11 20:06:51 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup-recover.c
r251 r263 76 76 77 77 /* XXX: Add command line option to choose output encoding */ 78 regfi_interpret_keyname(f, nk, REGFI_ENCODING_ASCII,true);78 regfi_interpret_keyname(f, nk, true); 79 79 80 80 quoted_name = get_quoted_keyname(nk); … … 112 112 113 113 /* XXX: Add command line option to choose output encoding */ 114 regfi_interpret_valuename(f, vk, REGFI_ENCODING_ASCII,true);114 regfi_interpret_valuename(f, vk, true); 115 115 116 116 quoted_name = get_quoted_valuename(vk); … … 129 129 /* XXX: Add command line option to choose output encoding */ 130 130 if(vk->data != NULL 131 && !regfi_interpret_data(f, REGFI_ENCODING_ASCII,vk->type, vk->data))131 && !regfi_interpret_data(f, vk->type, vk->data)) 132 132 { 133 133 fprintf(stderr, "WARN: Error occurred while interpreting data for VK record" … … 282 282 { 283 283 /* XXX: Add command line option to choose output encoding */ 284 regfi_interpret_keyname(f, cur_ancestor, REGFI_ENCODING_ASCII,true);284 regfi_interpret_keyname(f, cur_ancestor, true); 285 285 286 286 path_element->buf = (uint8_t*)get_quoted_keyname(cur_ancestor); … … 943 943 { 944 944 /* XXX: Add command line option to choose output encoding */ 945 regfi_interpret_keyname(f, tmp_key, REGFI_ENCODING_ASCII,true);945 regfi_interpret_keyname(f, tmp_key, true); 946 946 947 947 tmp_name = get_quoted_keyname(tmp_key);
Note: See TracChangeset
for help on using the changeset viewer.