IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroWCS.c

    r7332 r8674  
    213213        break;
    214214      default:
    215         psLogMsg ("psastro", 2, "warning: unknown projection type %s\n", toSky->type);
     215        psLogMsg ("psastro", 2, "warning: unknown projection type %d\n", toSky->type);
    216216        return false;
    217217    }
Note: See TracChangeset for help on using the changeset viewer.