IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 25, 2006, 5:14:40 PM (20 years ago)
Author:
Paul Price
Message:

Casting to char* to avoid warning: char format, void arg (arg 4).

File:
1 edited

Legend:

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

    r8581 r8624  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-08-25 02:24:02 $
     5 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-08-26 03:14:40 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    681681            }
    682682            psString comment = psStringCopy("Recipe added at ");
    683             psStringAppend(&comment, "%s from %s", sourceName, fileItem->data.V);
     683            psStringAppend(&comment, "%s from %s", sourceName, (char*)fileItem->data.V);
    684684            psMetadataAddS32(config->recipesSource, PS_LIST_TAIL, fileItem->name,
    685685                             PS_META_REPLACE, comment, sourceType);
Note: See TracChangeset for help on using the changeset viewer.