Changeset 114
- Timestamp:
- 05/05/08 00:32:01 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/reglookup-recover.c
r113 r114 829 829 830 830 printKey(f, tmp_key, parent_paths[i]); 831 if(tmp_key->num_values > 0 )831 if(tmp_key->num_values > 0 && tmp_key->values != NULL) 832 832 { 833 833 tmp_name = quote_string(tmp_key->keyname, key_special_chars);
Note: See TracChangeset
for help on using the changeset viewer.