IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2008, 3:39:54 PM (18 years ago)
Author:
jhoblitt
Message:

consitently handle *_id fields as numeric values instead of converting back of forth between ints and strings

File:
1 edited

Legend:

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

    r16170 r18336  
    152152
    153153    if (psArrayLength(output)) {
    154         if (!convertIdToStr(output)) {
    155             psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");
    156             psFree(output);
    157             return false;
    158         }
    159 
    160154        // negative simple so the default is true
    161155        if (!ippdbPrintMetadatas(stdout, output, "calDB", !simple)) {
     
    247241
    248242    if (psArrayLength(output)) {
    249         if (!convertIdToStr(output)) {
    250             psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");
    251             psFree(output);
    252             return false;
    253         }
    254 
    255243        // negative simple so the default is true
    256244        if (!ippdbPrintMetadatas(stdout, output, "calRun", !simple)) {
Note: See TracChangeset for help on using the changeset viewer.