IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2008, 10:27:20 AM (18 years ago)
Author:
bills
Message:

updated postage stamp request file format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstampfinish.c

    r17456 r18243  
    118118    // XXX: need to select the database name based on the project name specified in the input
    119119
    120     options->config->database = pmConfigDB(options->config);
     120    options->config->database = psMemIncrRefCounter(pmConfigDB(options->config));
    121121
    122122    if (!options->config->database) {
     
    216216            if (pJob->result == 0) {
    217217                ++numStamps;
    218                 // XXX: should we check for existence?
     218                // XXX: should we check for existence of the files?
    219219                psString stampName = getBaseName(pJob->outputBase, true);
    220220                psString inputName = getBaseName(pJob->uri, false);
Note: See TracChangeset for help on using the changeset viewer.