--- imach/src/imach.c 2022/04/13 17:43:09 1.314 +++ imach/src/imach.c 2022/05/11 15:06:32 1.315 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.314 2022/04/13 17:43:09 brouard Exp $ +/* $Id: imach.c,v 1.315 2022/05/11 15:06:32 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.315 2022/05/11 15:06:32 brouard + *** empty log message *** + Revision 1.314 2022/04/13 17:43:09 brouard * imach.c (Module): Adding link to text data files @@ -1177,12 +1180,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.314 2022/04/13 17:43:09 brouard Exp $ */ +/* $Id: imach.c,v 1.315 2022/05/11 15:06:32 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="March 2021,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021, INED 2000-2021"; -char fullversion[]="$Revision: 1.314 $ $Date: 2022/04/13 17:43:09 $"; +char fullversion[]="$Revision: 1.315 $ $Date: 2022/05/11 15:06:32 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -1882,7 +1885,7 @@ char *subdirf2(char fileres[], char *pre { /* Example subdirf2(optionfilefiname,"FB_") with optionfilefiname="texte", result="texte/FB_texte" Errors in subdirf, 2, 3 while printing tmpout is - rewritten within the same printf. Workaround: many printfs + rewritten within the same printf. Workaround: many printfs */ /* Caution optionfilefiname is hidden */ strcpy(tmpout,optionfilefiname); strcat(tmpout,"/");