fixed some more bugs

This commit is contained in:
eck
1989-11-03 10:36:56 +00:00
parent bc565a13f1
commit 6e551adf21
4 changed files with 3 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ error(va_alist)
char *fmt;
va_list ap;
err_occurred = 1;
err_hdr("");
va_start(ap);
fmt = va_arg(ap, char *);