IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2008, 10:27:20 AM (18 years ago)
Author:
bills
Message:

updated postage stamp request file format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstampGetROI.c

    r16132 r18243  
    116116    }
    117117
    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");
    119124        return false;
    120125    }
Note: See TracChangeset for help on using the changeset viewer.