IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 3:17:21 PM (22 years ago)
Author:
desonia
Message:

Renamed psVLogMsg to psLobMsgV

Location:
trunk/psLib/test/sysUtils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/builddir/tst_psLogMsg00.d

    r1109 r1138  
    33  ../../include/psTrace.h ../../include/psAbort.h ../../include/psError.h \
    44  ../../include/psString.h ../../include/psType.h ../../include/psList.h \
    5   ../../include/psVector.h ../../include/psHash.h \
    6   ../../include/psScalar.h ../../include/psImage.h \
     5  ../../include/psCompare.h ../../include/psVector.h \
     6  ../../include/psHash.h ../../include/psScalar.h ../../include/psImage.h \
    77  ../../include/psBitSet.h ../../include/psSort.h ../../include/psStats.h \
    88  ../../include/psMatrix.h ../../include/psMatrixVectorArithmetic.h \
  • trunk/psLib/test/sysUtils/tst_psLogMsg00.c

    r1096 r1138  
    1515    va_list ap;
    1616
    17     // Test whether psVLogMsg() accept a va_list for output variables.
     17    // Test whether psLogMsgV() accept a va_list for output variables.
    1818    va_start(ap, fmt);
    19     psVLogMsg(name, level, fmt, ap);
     19    psLogMsgV(name, level, fmt, ap);
    2020    va_end(ap);
    2121}
     
    4444
    4545
    46     // Test whether psVLogMsg() accept a va_list for output variables.
     46    // Test whether psLogMsgV() accept a va_list for output variables.
    4747    printPositiveTestHeader(stdout,
    4848                            "psLogMsg functions",
Note: See TracChangeset for help on using the changeset viewer.