Diff for /imach/src/imach.c between versions 1.314 and 1.316

version 1.314, 2022/04/13 17:43:09 version 1.316, 2022/05/11 15:11:31
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.316  2022/05/11 15:11:31  brouard
     Summary: r27
   
     Revision 1.315  2022/05/11 15:06:32  brouard
     *** empty log message ***
   
   Revision 1.314  2022/04/13 17:43:09  brouard    Revision 1.314  2022/04/13 17:43:09  brouard
   * imach.c (Module): Adding link to text data files    * imach.c (Module): Adding link to text data files
   
Line 1181  typedef struct { Line 1187  typedef struct {
 /* $State$ */  /* $State$ */
 #include "version.h"  #include "version.h"
 char version[]=__IMACH_VERSION__;  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 copyright[]="May 2022,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-202, INED 2000-2022";
 char fullversion[]="$Revision$ $Date$";   char fullversion[]="$Revision$ $Date$"; 
 char strstart[80];  char strstart[80];
 char optionfilext[10], optionfilefiname[FILENAMELENGTH];  char optionfilext[10], optionfilefiname[FILENAMELENGTH];
Line 1882  char *subdirf2(char fileres[], char *pre Line 1888  char *subdirf2(char fileres[], char *pre
 {  {
   /* Example subdirf2(optionfilefiname,"FB_") with optionfilefiname="texte", result="texte/FB_texte"    /* Example subdirf2(optionfilefiname,"FB_") with optionfilefiname="texte", result="texte/FB_texte"
  Errors in subdirf, 2, 3 while printing tmpout is   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 */    /* Caution optionfilefiname is hidden */
   strcpy(tmpout,optionfilefiname);    strcpy(tmpout,optionfilefiname);
   strcat(tmpout,"/");    strcat(tmpout,"/");

Removed from v.1.314  
changed lines
  Added in v.1.316


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>