added qse_getxlirootxtn(), QSE_XLI_ROOTXTNSIZE as well as the rootxtnsize parameter to multiple initialization functions
This commit is contained in:
@ -354,7 +354,7 @@ static int xli_main (int argc, qse_char_t* argv[])
|
||||
mmgr = &xma_mmgr;
|
||||
}
|
||||
|
||||
xli = qse_xli_openstdwithmmgr (mmgr, 0);
|
||||
xli = qse_xli_openstdwithmmgr (mmgr, 0, 0);
|
||||
if (xli == QSE_NULL)
|
||||
{
|
||||
qse_fprintf (QSE_STDERR, QSE_T("ERROR: cannot open stream editor\n"));
|
||||
|
Reference in New Issue
Block a user