]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Wed, 11 May 2022 15:06:32 +0000 (15:06 +0000)
committerN. Brouard <brouard@ined.fr>
Wed, 11 May 2022 15:06:32 +0000 (15:06 +0000)
src/imach.c

index e8018e7a65b80e849ec436c843d314aaea4048a3..99d72e526fd16901227d8c9b0b334d6c712e36f3 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.314  2022/04/13 17:43:09  brouard
+  * imach.c (Module): Adding link to text data files
+
   Revision 1.313  2022/04/11 15:57:42  brouard
   * imach.c (Module): Error in rewriting the 'r' file with yearsfproj or yearsbproj fixed
 
@@ -1879,7 +1882,7 @@ char *subdirf2(char fileres[], char *preop)
 {
   /* 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,"/");