mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
sorry forget cleanup after me ;)
svn path=/trunk/; revision=22013
This commit is contained in:
@@ -33,19 +33,4 @@ _cprintf(const char *fmt, ...)
|
||||
if (mem != buf)
|
||||
free (mem);
|
||||
return retval;
|
||||
|
||||
|
||||
/*
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, fmt);
|
||||
while (vsprintf(buf, fmt, ap)==-1)
|
||||
{
|
||||
if (cnt < 0)
|
||||
|
||||
va_end(ap);
|
||||
|
||||
_cputs(buf);
|
||||
return cnt;
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user