IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18744


Ignore:
Timestamp:
Jul 25, 2008, 4:06:26 PM (18 years ago)
Author:
bills
Message:

Make type for job_id in args metadata consistent with that used
in the retrieval.

File:
1 edited

Legend:

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

    r18561 r18744  
    119119    // -pendingjob
    120120    psMetadata *pendingjobArgs = psMetadataAlloc();
    121     psMetadataAddStr(pendingjobArgs, PS_LIST_TAIL, "-job_id", 0,            "define job", NULL);
     121    psMetadataAddS64(pendingjobArgs, PS_LIST_TAIL, "-job_id", 0,            "define job", 0);
    122122    psMetadataAddU64(pendingjobArgs, PS_LIST_TAIL, "-limit",  0,            "limit result set to N items", 0);
    123123    psMetadataAddBool(pendingjobArgs, PS_LIST_TAIL, "-simple", 0,            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.