DBTechname.c: fix !MAGIC_WRAPPER incorrect use of TxPrintf() warning
This commit is contained in:
parent
df1a27fc01
commit
62149adc16
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue