--- imach/src/imach.c 2021/02/20 15:28:30 1.305 +++ imach/src/imach.c 2021/02/20 15:44:02 1.306 @@ -1,6 +1,12 @@ -/* $Id: imach.c,v 1.305 2021/02/20 15:28:30 brouard Exp $ +/* $Id: imach.c,v 1.306 2021/02/20 15:44:02 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.306 2021/02/20 15:44:02 brouard + Summary: Version 0.99r21 + + * imach.c (Module): Fix bug on quitting after result lines! + (Module): Version 0.99r21 + Revision 1.305 2021/02/20 15:28:30 brouard * imach.c (Module): Fix bug on quitting after result lines! @@ -1135,12 +1141,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.305 2021/02/20 15:28:30 brouard Exp $ */ +/* $Id: imach.c,v 1.306 2021/02/20 15:44:02 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.305 $ $Date: 2021/02/20 15:28:30 $"; +char copyright[]="Feb 2021,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, INED 2000-2021"; +char fullversion[]="$Revision: 1.306 $ $Date: 2021/02/20 15:44:02 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */