IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2023, 4:13:45 PM (3 years ago)
Author:
eugene
Message:

add ps_strncpy_nowarn to handle overly-strict gcc version 9; handle NULL value in psError print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/psModules/src/detrend/pmDark.c

    r40454 r42347  
    129129    } else {
    130130        if (!ordinateParseConcept(value, readout, name)) {
    131             psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", rule, name);
     131            psError(PM_ERR_CONFIG, false, "trouble parsing rule %s for DARK.ORDINATE %s", "NULL", name);
    132132            return false;
    133133        }
Note: See TracChangeset for help on using the changeset viewer.