- Timestamp:
- Jun 22, 2012, 6:52:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/ppSub/src/ppSubMatchPSFs.c
r32676 r34052 266 266 if (!detections->allSources) { 267 267 psFree(detections); 268 psErrorCodeerror = psErrorCodeLast(); // Error code268 int error = psErrorCodeLast(); // Error code 269 269 if (error == PM_ERR_OBJECTS) { 270 270 psErrorStackPrint(stderr, "Unable to match source lists"); … … 439 439 440 440 if (!success) { 441 psErrorCodeerror = psErrorCodeLast(); // Error code441 int error = psErrorCodeLast(); // Error code 442 442 if (error == PM_ERR_STAMPS) { 443 443 psErrorStackPrint(stderr, "Unable to find stamps");
Note:
See TracChangeset
for help on using the changeset viewer.
