textio: add missing TxErrorV call
This commit is contained in:
parent
1bdf173391
commit
7794b1b3cb
|
|
@ -305,6 +305,7 @@ void
|
|||
TxError(char *fmt, ...) {
|
||||
va_list args;
|
||||
va_start(args, fmt);
|
||||
TxErrorV(fmt, args);
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue