IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8684 for trunk/stac/src/sum.c


Ignore:
Timestamp:
Aug 29, 2006, 1:20:21 PM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/sum.c

    r6887 r8684  
    3939        } else if (image->numCols != numCols || image->numRows != numRows) {
    4040            psError(PS_ERR_IO, true, "Input images have different dimensions.  %s is %dx%d, but should be "
    41                     "%dx%d\n", inputNames->data[i], image->numCols, image->numRows, numCols, numRows);
     41                    "%dx%d\n", (char *)inputNames->data[i], image->numCols, image->numRows, numCols, numRows);
    4242            return EXIT_FAILURE;
    4343        }
Note: See TracChangeset for help on using the changeset viewer.