removed unnecessary code in some initialization code.
added errnum to some open functions
This commit is contained in:
@ -395,7 +395,7 @@ static int xli_main (int argc, qse_char_t* argv[])
|
||||
mmgr = &xma_mmgr;
|
||||
}
|
||||
|
||||
xli = qse_xli_openstdwithmmgr (mmgr, 0, 0);
|
||||
xli = qse_xli_openstdwithmmgr (mmgr, 0, 0, QSE_NULL);
|
||||
if (xli == QSE_NULL)
|
||||
{
|
||||
qse_fprintf (QSE_STDERR, QSE_T("ERROR: cannot open stream editor\n"));
|
||||
|
Reference in New Issue
Block a user