- Timestamp:
- 08/09/08 21:19:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/regfi.c
r116 r124 4 4 * 5 5 * Unix SMB/CIFS implementation. 6 * Windows NT registry I/Olibrary6 * Windows NT registry parsing library 7 7 * 8 8 * Copyright (C) 2005-2008 Timothy D. Morgan … … 1674 1674 if((ret_val->magic[0] != 'v') || (ret_val->magic[1] != 'k')) 1675 1675 { 1676 /* XXX: This does not account for deleted keys under Win2K which 1677 * often have this (and the name length) overwritten with 1678 * 0xFFFF. 1679 */ 1676 1680 free(ret_val); 1677 1681 return NULL;
Note: See TracChangeset
for help on using the changeset viewer.