mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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:
parent
ac309256c3
commit
bb41c20ca7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue