IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21390 for trunk/psLib


Ignore:
Timestamp:
Feb 6, 2009, 1:35:09 PM (17 years ago)
Author:
eugene
Message:

avoid non-static format without supplied following argument

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psMetadataConfig.c

    r17515 r21390  
    1111*  @author Joshua Hoblitt, University of Hawaii 2006-2007
    1212*
    13 *  @version $Revision: 1.143 $ $Name: not supported by cvs2svn $
    14 *  @date $Date: 2008-05-05 00:09:04 $
     13*  @version $Revision: 1.144 $ $Name: not supported by cvs2svn $
     14*  @date $Date: 2009-02-06 23:35:09 $
    1515*
    1616*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14061406            while ((multiItem = psListGetAndIncrement(iter))) {
    14071407                psString str = formatMetadataItem(multiItem);
    1408                 psStringAppend(&content, str);
     1408                psStringAppend(&content, "%s", str);
    14091409                psFree(str);
    14101410            }
Note: See TracChangeset for help on using the changeset viewer.