IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24943


Ignore:
Timestamp:
Jul 30, 2009, 10:18:51 AM (17 years ago)
Author:
bills
Message:

use a file for the argument lists for pstampJobs instead of database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pstamptool.c

    r24873 r24943  
    519519        return false;
    520520    }
    521 
    522     if (stampJob && !argString) {
    523         psError(PS_ERR_UNKNOWN, true, "-args is required for stamp job");
    524         return false;
     521    if (!argString) {
     522        argString = "";
    525523    }
    526524
Note: See TracChangeset for help on using the changeset viewer.