txOutput.c: printf style constify fmt call-site
This commit is contained in:
parent
0259fdc990
commit
ff73a1328f
|
|
@ -465,7 +465,7 @@ TxStopMore()
|
|||
#ifdef NEED_VFPRINTF
|
||||
|
||||
int
|
||||
vfprintf(FILR *iop, char *fmt, va_list args_in)
|
||||
vfprintf(FILR *iop, const char *fmt, va_list args_in)
|
||||
{
|
||||
va_list ap;
|
||||
int len;
|
||||
|
|
|
|||
Loading…
Reference in New Issue