IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2005, 11:37:15 AM (21 years ago)
Author:
Paul Price
Message:

psMetadataAddV should have va_list parameter, not '...' (bug 312).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r3315 r3340  
    1 %%% $Id: psLibSDRS.tex,v 1.183 2005-02-24 01:31:03 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.184 2005-02-28 21:36:35 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    39333933bool psMetadataAddItem(psMetadata *md, psMetadataItem *item, int location, int mode);
    39343934bool psMetadataAdd(psMetadata *md, int location, const char *name, int format, const char *comment, ...);
    3935 bool psMetadataAddV(psMetadata *md, int location, const char *name, int format, const char *comment, ...);
     3935bool psMetadataAddV(psMetadata *md, int location, const char *name, int format, const char *comment,
     3936                    va_list list);
    39363937\end{verbatim}
    39373938
Note: See TracChangeset for help on using the changeset viewer.