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/flatcorr.c

    r17611 r18336  
    463463
    464464    if (psArrayLength(output)) {
    465         if (!convertIdToStr(output)) {
    466             psError(PS_ERR_UNKNOWN, false, "failed to convert id fields into a strings");
    467             psFree(output);
    468             return false;
    469         }
    470 
    471465        // negative simple so the default is true
    472466        if (!ippdbPrintMetadatas(stdout, output, "chipProcessedImfile", !simple)) {
Note: See TracChangeset for help on using the changeset viewer.