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

version 1.314, 2022/04/13 17:43:09 version 1.315, 2022/05/11 15:06:32
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     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 1882  char *subdirf2(char fileres[], char *pre Line 1885  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.315


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