Changeset 18076 for branches/cleanup/ippTools/src/regtool.c
- Timestamp:
- Jun 10, 2008, 4:02:14 PM (18 years ago)
- Location:
- branches/cleanup/ippTools/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/ippTools/src
- Property svn:ignore
-
old new 23 23 difftool 24 24 stacktool 25 faketool 25 26 dettool 26 27 detselect
-
- Property svn:ignore
-
branches/cleanup/ippTools/src/regtool.c
r17802 r18076 280 280 object, 281 281 hostname, 282 code 282 code, 283 NULL 283 284 )) { 284 285 psError(PS_ERR_UNKNOWN, false, "database error"); … … 630 631 psMetadata *row = output->data[0]; 631 632 // convert metadata into a newExp object 633 psMetadataConfigPrint(stdout, row); 632 634 newExpRow *newExp = newExpObjectFromMetadata(row); 633 635 psFree(output); 636 if (!newExp) { 637 psError(PS_ERR_UNKNOWN, false, "this should not happen"); 638 return false; 639 } 634 640 635 641 // carry through these values … … 700 706 0.0, 701 707 hostname, 702 code 708 code, 709 NULL 703 710 )) { 704 711 // rollback
Note:
See TracChangeset
for help on using the changeset viewer.
