IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeCombine.c

    r8417 r8680  
    137137                    if (!fits) {
    138138                        psError(PS_ERR_IO, false, "Unable to open input file %s --- ignored.\n",
    139                                 filenames->data[k]);
     139                                (char *)filenames->data[k]);
    140140                        continue;
    141141                    }
Note: See TracChangeset for help on using the changeset viewer.