mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
Recommented vprintf out. Not strictly needed but I should figure out what to
do here eventually. svn path=/trunk/; revision=13814
This commit is contained in:
@@ -134,7 +134,9 @@ static inline int bsd_log ( int blah, const char* fmt, ... )
|
||||
va_list arg;
|
||||
int i;
|
||||
va_start(arg, fmt);
|
||||
#ifndef __NTDRIVER__
|
||||
i = vprintf ( fmt, arg );
|
||||
#endif
|
||||
va_end(arg);
|
||||
return i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user