IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2009, 3:58:07 PM (17 years ago)
Author:
Paul Price
Message:

Fix streaksremove so that output CMF files have PHU called ext.hdr and table called ext.psf. Turned on -Wall -Werror and fixed a host of little problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksutil.c

    r24556 r25082  
    4444// we just bail out
    4545void streaksExit(psString str, int exitCode) {
    46     psErrorStackPrint(stderr, str);
     46    psErrorStackPrint(stderr, "%s", str);
    4747    if (ourStreakFiles) {
    4848        deleteTemps(ourStreakFiles);
Note: See TracChangeset for help on using the changeset viewer.