--- imach/src/imach.c 2018/02/27 19:25:23 1.281 +++ imach/src/imach.c 2018/02/27 22:50:02 1.282 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.281 2018/02/27 19:25:23 brouard Exp $ +/* $Id: imach.c,v 1.282 2018/02/27 22:50:02 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.282 2018/02/27 22:50:02 brouard + *** empty log message *** + Revision 1.281 2018/02/27 19:25:23 brouard Summary: Adding second argument for quitting @@ -1048,12 +1051,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.281 2018/02/27 19:25:23 brouard Exp $ */ +/* $Id: imach.c,v 1.282 2018/02/27 22:50:02 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="February 2016,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2018"; -char fullversion[]="$Revision: 1.281 $ $Date: 2018/02/27 19:25:23 $"; +char fullversion[]="$Revision: 1.282 $ $Date: 2018/02/27 22:50:02 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -12737,4 +12740,5 @@ end: printf("\nType q for exiting: "); fflush(stdout); scanf("%s",z); } + exit(0); }