textio/txCommands.c: Wrong type of arguments to formatting function
Fix code scanning alert no. 114: Wrong type of arguments to formatting function (#21) Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
573e59da44
commit
9295240047
|
|
@ -639,7 +639,7 @@ TxLogStart(fileName, mw)
|
|||
{
|
||||
if (txLogFile != NULL)
|
||||
{
|
||||
TxError("There is already a log file (%s) open!\n", txLogFile);
|
||||
TxError("There is already a log file open!\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue