mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-07-16 01:24:07 +00:00
Fix messed up varargs calls.
This commit is contained in:
@@ -185,8 +185,8 @@ namespace {
|
||||
}
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
va_end(ap);
|
||||
vfprintf(stderr, fmt, ap);
|
||||
va_end(ap);
|
||||
fputc('\n', stderr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user