aplat

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

commit 4de5b23fc2d16e7b91fdf8386f84b7f5d98cb79e
parent df3adb557251edd49fdd00f05387e9454cdf9229
Auteur: Selve <selve@asteride.xyz>
Date:   Sat, 18 Nov 2023 16:49:28 -0500

correction d'un problème avec les séparateurs fictifs

Ces séparateurs étaient affichés en double.

Diffstat:
Maplat.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/aplat.c b/aplat.c @@ -199,11 +199,8 @@ prch_jeton(FILE *f, struct tampon *tp, int tp_type) return EOF; continue; case ':': - if (tp_type == TP_TYPE_ETQ) { - tp_ecr('\\', tp); - tp_ecr(':', tp); + if (tp_type == TP_TYPE_ETQ) return JT_FICT; - } tp_ecr(':', tp); case '\\': if ((c = getc(f)) == EOF)