aplat

Documents structurés pour Unix
git clone git://git.asteride.xyz/~ldp/aplat.git
Journaux | Fichiers | Références | LISEZ-MOI | LICENCE

commit d5f1507308684788ec19b34cc92167b0d60ca91d
parent b7503e1217ddb375a95d491ac08c4b157d151e55
Auteur: Selve <selve@asteride.xyz>
Date:   Tue, 21 Nov 2023 15:40:32 -0500

précision d'un commentaire

Diffstat:
Maplat.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aplat.c b/aplat.c @@ -187,7 +187,7 @@ prch_jeton(FILE *f, struct tampon *tp, int tp_type) for (npar = 1; (c = getc(f)) == '"'; npar++) if (c == EOF) return EOF; - while (c != '\n') /* ignorer la ligne */ + while (c != '\n') /* ignorer le reste de la ligne */ if ((c = getc(f)) == EOF) return EOF; if (npar == NGUI) {