IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 29, 2006, 11:39:44 AM (20 years ago)
Author:
jhoblitt
Message:

fix a wide range of format string errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r8624 r8669  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-08-26 03:14:40 $
     5 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-08-29 21:39:44 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    931931
    932932            if (globList.gl_pathc == 0) {
    933                 psError(PS_ERR_IO, true, "No match for %s", words->data[i]);
     933                psError(PS_ERR_IO, true, "No match for %s", (char *)words->data[i]);
    934934                return input;
    935935            }
Note: See TracChangeset for help on using the changeset viewer.