--- imach/src/imach.c 2021/02/12 11:34:20 1.304 +++ imach/src/imach.c 2021/02/20 15:28:30 1.305 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.304 2021/02/12 11:34:20 brouard Exp $ +/* $Id: imach.c,v 1.305 2021/02/20 15:28:30 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.305 2021/02/20 15:28:30 brouard + * imach.c (Module): Fix bug on quitting after result lines! + 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 @@ -1132,12 +1135,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.304 2021/02/12 11:34:20 brouard Exp $ */ +/* $Id: imach.c,v 1.305 2021/02/20 15:28:30 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="May 2019,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020"; -char fullversion[]="$Revision: 1.304 $ $Date: 2021/02/12 11:34:20 $"; +char fullversion[]="$Revision: 1.305 $ $Date: 2021/02/20 15:28:30 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -12507,7 +12510,7 @@ Please run with mle=-1 to get a correct 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;