From: N. Brouard Date: Wed, 11 May 2022 15:06:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~124 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=33a3c9b04bc84ec1a736a505a41b62659ffd158b;p=.git *** empty log message *** --- diff --git a/src/imach.c b/src/imach.c index e8018e7..99d72e5 100644 --- a/src/imach.c +++ b/src/imach.c @@ -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,"/");