sorry forget cleanup after me ;)

svn path=/trunk/; revision=22013
This commit is contained in:
Magnus Olsen 2006-05-24 19:03:01 +00:00
parent 68f59759a3
commit fc40c38034

View file

@ -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;
*/
}