Ignore:
Timestamp:
08/25/10 11:20:32 (14 years ago)
Author:
tim
Message:

simplified part of regfi API to move string encoding to the REGFI_FILE object

additional pyregfi implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/reglookup-recover.c

    r203 r206  
    832832    regfi_log_set_mask(REGFI_LOG_ERROR);
    833833
    834   f = regfi_alloc(fd);
     834  /* XXX: add command line option to choose output encoding */
     835  f = regfi_alloc(fd, REGFI_ENCODING_ASCII);
    835836  if(f == NULL)
    836837  {
Note: See TracChangeset for help on using the changeset viewer.