Changeset 18908 for trunk/psModules/src/config/pmConfigDump.c
- Timestamp:
- Aug 4, 2008, 5:45:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigDump.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigDump.c
r18905 r18908 64 64 PS_ASSERT_PTR_NON_NULL(config, false); 65 65 66 psMetadata *cameras = psMetadataLookupMetadata(NULL, config-> complete, "CAMERAS"); // Known cameras66 psMetadata *cameras = psMetadataLookupMetadata(NULL, config->system, "CAMERAS"); // Known cameras 67 67 if (!cameras) { 68 68 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to find CAMERAS in the system configuration.\n"); … … 146 146 } 147 147 148 if (!psMetadataConfigWrite(config-> complete, filename)) {148 if (!psMetadataConfigWrite(config->user, filename)) { 149 149 psError(PS_ERR_IO, false, "Unable to dump configuration to %s", filename); 150 150 psFree(filename);
Note:
See TracChangeset
for help on using the changeset viewer.
