IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2007, 12:37:24 PM (19 years ago)
Author:
jhoblitt
Message:

add camPendingExp.workdir
fix warptool -tooverlap SQL to handle camProcessedExp.workdir

File:
1 edited

Legend:

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

    r12188 r12237  
    2828bool camQueueChipID(pxConfig *config,
    2929                    psS64 chip_id,
     30                    psString workdir,
    3031                    psString label,
    3132                    psString recipe,
     
    5051    // different on 32/64
    5152    if (!p_psDBRunQuery(config->dbh, query,
     53                workdir  ? workdir  : "NULL",
    5254                label    ? label    : "NULL",
    5355                recipe   ? recipe   : "NULL",
Note: See TracChangeset for help on using the changeset viewer.