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