IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42348


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

handle NULL value in psError print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/pstamp/src/pstampdump.c

    r35448 r42348  
    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.