IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35304 for trunk/ippTools


Ignore:
Timestamp:
Mar 12, 2013, 2:12:32 PM (13 years ago)
Author:
heather
Message:

fixes addtool and camtool to exit with error if trying to addprocessedexp to existing run

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r35228 r35304  
    876876        psTrace("addtool", PS_LOG_INFO, "no rows found");
    877877        psFree(output);
    878         return true;
     878        return false;
    879879    }
    880880
  • trunk/ippTools/src/camtool.c

    r35239 r35304  
    599599        psTrace("camtool", PS_LOG_INFO, "no rows found");
    600600        psFree(output);
    601         return true;
     601        return false;
    602602    }
    603603
Note: See TracChangeset for help on using the changeset viewer.