IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42386


Ignore:
Timestamp:
Feb 8, 2023, 12:12:08 PM (3 years ago)
Author:
eugene
Message:

merge from eam_branches/ipp-20220316. avoid passing NULL to sprintf %s

File:
1 edited

Legend:

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

    r35448 r42386  
    115115                }
    116116                if (!email) {
    117                     psErrorStackPrint(stderr, "failed to find action in fits header of: %s\n", email);
     117                    psErrorStackPrint(stderr, "failed to find action in fits header of: %s\n", "NULL");
    118118                    return PS_EXIT_DATA_ERROR;
    119119                }
Note: See TracChangeset for help on using the changeset viewer.