mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-17 16:44:34 -04:00
Extend stubs require string to an open string
This commit is contained in:
parent
03948c1d28
commit
2e350232de
1 changed files with 2 additions and 2 deletions
|
@ -598,9 +598,9 @@ EXPORT int Zint_Init (Tcl_Interp *interp)
|
|||
int * tkFlagPtr;
|
||||
/*------------------------------------------------------------------------*/
|
||||
#ifdef USE_TCL_STUBS
|
||||
if (Tcl_InitStubs(interp, "8.5", 0) == NULL)
|
||||
if (Tcl_InitStubs(interp, "8.5-", 0) == NULL)
|
||||
#else
|
||||
if (Tcl_PkgRequire(interp, "Tcl", "8.5", 0) == NULL)
|
||||
if (Tcl_PkgRequire(interp, "Tcl", "8.5-", 0) == NULL)
|
||||
#endif
|
||||
{
|
||||
return TCL_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue