aplat

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

commit 4f8cf33b53da437347e8ac6201684bf4af76b5af
parent a678ce0459f8f0c2618fb1f732c3f73106703ad9
Auteur: Selve <selve@asteride.xyz>
Date:   Wed, 24 Jan 2024 16:33:41 -0500

correction d'une erreur de type

Diffstat:
Maplat.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aplat.c b/aplat.c @@ -350,9 +350,9 @@ guillemets(FILE *f, struct tampon *tp) static int bloc(FILE *f, struct tampon *tp) { - int c; - int ngui; - int ncar; + int c; + int ngui; + size_t ncar; assert(f != NULL); assert(tp != NULL);