From 5d35faf028d886c92a5e9db606ea29e376806829 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Wed, 2 Sep 2015 08:45:56 +0000 Subject: [PATCH] updated the xli test program to terminate on failure of qse_xli_setpairwithstr() --- qse/cmd/xli/xli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qse/cmd/xli/xli.c b/qse/cmd/xli/xli.c index 380b5e8b..bb18472d 100644 --- a/qse/cmd/xli/xli.c +++ b/qse/cmd/xli/xli.c @@ -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