DBTechname.c: fix !MAGIC_WRAPPER incorrect use of TxPrintf() warning

This commit is contained in:
Darryl L. Miles 2025-07-28 22:24:49 +01:00 committed by R. Timothy Edwards
parent df1a27fc01
commit 62149adc16
1 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ DBTechPrintTypes(mask, dolist)
#ifdef MAGIC_WRAPPER
Tcl_AppendResult(magicinterp, " ", (char *)NULL);
#else
TxPrintf(" ", keepname);
TxPrintf(" ");
#endif
}
}
@ -530,7 +530,7 @@ DBTechPrintTypes(mask, dolist)
#ifdef MAGIC_WRAPPER
Tcl_AppendResult(magicinterp, " ", (char *)NULL);
#else
TxPrintf(" ", keepname);
TxPrintf(" ");
#endif
}
}