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:
Darryl Miles 2024-09-30 03:48:52 +01:00 committed by Tim Edwards
parent 573e59da44
commit 9295240047
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}