updated the xli test program to terminate on failure of qse_xli_setpairwithstr()

This commit is contained in:
hyung-hwan 2015-09-02 08:45:56 +00:00
parent dc43385559
commit 5d35faf028

View File

@ -502,6 +502,7 @@ static int xli_main (int argc, qse_char_t* argv[])
QSE_T("ERROR: cannot set a string pair - %s \n"),
qse_xli_geterrmsg(xli)
);
goto oops;
}
}
else