From deef2f9d92af50a66fba7d085aa98b7d70b1a60c Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Sat, 20 Feb 2021 15:28:30 +0000 Subject: [PATCH] * imach.c (Module): Fix bug on quitting after result lines! --- src/imach.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/imach.c b/src/imach.c index 295d8d7..a36b978 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.304 2021/02/12 11:34:20 brouard + * imach.c (Module): The use of a Windows BOM (huge) file is now an error + Revision 1.303 2021/02/11 19:50:15 brouard * (Module): imach.c Someone entered 'results:' instead of 'result:'. Now it is an error which is printed. @@ -12504,7 +12507,7 @@ Please run with mle=-1 to get a correct covariance matrix.\n",ageminpar,agemaxpa printf("ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line); fprintf(ficlog,"ERROR: no result lines! It should be at minimum 'result: V2=0 V1=1 or result:.' %s\n",line); } - goto end; + /* goto end; */ break; default: nresult=1; -- 2.43.0