Changeset 753 for trunk/archive/pslib/src/Utils/logmsg.c
- Timestamp:
- May 20, 2004, 6:12:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/logmsg.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/logmsg.c
r707 r753 110 110 #endif 111 111 112 void p _psLogVMsg(const char *name, int level, const char *fmt, va_list ap)112 void psLogMsgV(const char *name, int level, const char *fmt, va_list ap) 113 113 { 114 114 static int first = 1; … … 224 224 va_start(ap, fmt); 225 225 226 p _psLogVMsg(name, level, fmt, ap);226 psLogVMsg(name, level, fmt, ap); 227 227 va_end(ap); 228 228 }
Note:
See TracChangeset
for help on using the changeset viewer.
