Changeset 18243 for trunk/pstamp/src/pstampGetROI.c
- Timestamp:
- Jun 20, 2008, 10:27:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/src/pstampGetROI.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/src/pstampGetROI.c
r16132 r18243 116 116 } 117 117 118 if (!*gotCenter || !*gotRange) { 118 if (!*gotCenter) { 119 psError(PSTAMP_ERR_ARGUMENTS, true, "must specify center"); 120 return false; 121 } 122 if (!*gotRange) { 123 psError(PSTAMP_ERR_ARGUMENTS, true, "must specify range for stamp"); 119 124 return false; 120 125 }
Note:
See TracChangeset
for help on using the changeset viewer.
