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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.