Changeset 11773
- Timestamp:
- Feb 13, 2007, 12:05:49 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r11770 r11773 643 643 644 644 if (!p4SkyCellMapInsertObject(config->dbh, row)) { 645 psError(PS_ERR_UNKNOWN, false, "database error"); 645 psErrorCode err = psErrorCodeLast(); 646 switch (err) { 647 case PS_ERR_DB_CLIENT: 648 psError(PXTOOLS_ERR_SYS, false, "database error"); 649 case PS_ERR_DB_SERVER: 650 psError(PXTOOLS_ERR_PROG, false, "database error"); 651 default: 652 psError(PXTOOLS_ERR_PROG, false, "unknown error"); 653 } 646 654 psFree(row); 647 655 psFree(iter);
Note:
See TracChangeset
for help on using the changeset viewer.
