fixed; va_end(list) should be va_end(ap)
This commit is contained in:
parent
093a970d7f
commit
6607dc999e
@ -13,5 +13,5 @@ va_dcl
|
||||
_doprnt (fmt, ap, stdout);
|
||||
if ( io_testflag(stdout,IO_PERPRINTF) )
|
||||
fflush(stdout);
|
||||
va_end(list);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user