IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2007, 5:44:48 PM (19 years ago)
Author:
jhoblitt
Message:

update chiptool -queue

File:
1 edited

Legend:

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

    r14091 r14214  
    5757
    5858bool pxchipQueueByExpTag(pxConfig *config,
    59                          psString exp_id,
     59                         psS64 exp_id,
    6060                         psString workdir,
    6161                         psString label,
     
    7575    if (!chipRunInsert(config->dbh,
    7676            0x0, // chip_id
    77             (psS64)atoll(exp_id),
     77            exp_id,
    7878            "run",      // state               
    7979            workdir,
Note: See TracChangeset for help on using the changeset viewer.