diff options
Diffstat (limited to 'src/unexalpha.c')
-rw-r--r-- | src/unexalpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unexalpha.c b/src/unexalpha.c index 100cf0aee52..e71d11e0fe2 100644 --- a/src/unexalpha.c +++ b/src/unexalpha.c @@ -442,7 +442,7 @@ fatal_unexec (s, va_alist) else fprintf (stderr, "unexec: %s, ", strerror (errno)); va_start (ap); - _doprnt (s, ap, stderr); + vfprintf (stderr, s, ap); fputs (".\n", stderr); exit (1); } |