IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2010, 3:00:10 PM (16 years ago)
Author:
bills
Message:

in magicdstool -tocleanup fix incorrect type for stage parameter

File:
1 edited

Legend:

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

    r27220 r27236  
    14011401    psMetadata *where = psMetadataAlloc();
    14021402
    1403     PXOPT_COPY_S64(config->args, where, "-stage", "stage", "==");
     1403    PXOPT_COPY_STR(config->args, where, "-stage", "stage", "==");
    14041404    PXOPT_COPY_S64(config->args, where, "-magic_ds_id", "magic_ds_id", "==");
    14051405    PXOPT_COPY_S64(config->args, where, "-magic_id", "magic_id", "==");
Note: See TracChangeset for help on using the changeset viewer.