This commit is contained in:
Russ Cox
2006-01-17 12:48:16 +00:00
parent 8741145095
commit f18ed453eb
9 changed files with 56 additions and 84 deletions

View File

@ -1158,7 +1158,7 @@ werrstr(char *f, ...)
}
int
errfmt(Fmt *fmt)
__errfmt(Fmt *fmt)
{
if(up->nerrlab)
return fmtstrcpy(fmt, up->errstr);