IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 12:07:23 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageDetrendNonLinear.c

    r6817 r8675  
    6767                if (! concept) {
    6868                    psLogMsg("phase2", PS_LOG_WARN, "Unable to find value of concept %s "
    69                              "for non-linearity correction --- ignored.\n", options->nonLinearSource);
     69                             "for non-linearity correction --- ignored.\n", (char *)options->nonLinearSource);
    7070                    return false;
    7171                }
     
    7474
    7575        if (concept->type != PS_DATA_STRING) {
    76             psLogMsg("phase2", PS_LOG_WARN, "Type for concept %s isn't STRING, as"
     76            psLogMsg("phase2", PS_LOG_WARN, "Type for concept %p isn't STRING, as"
    7777                     " expected for non-linearity correction --- ignored.\n",
    7878                     concept);
Note: See TracChangeset for help on using the changeset viewer.