aplat

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

commit 33e7e94cc967cceb4a12fecc8fe7c3074edd528e
parent ca42d77b04f2375c664958cb9114b300619353e0
Auteur: Selve <selve@asteride.xyz>
Date:   Tue, 14 Nov 2023 15:23:01 -0500

précision d'un commentaire

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

diff --git a/aplat.c b/aplat.c @@ -4,8 +4,8 @@ #include "tampon.h" -#define TAILLE_ETQ 4096 /* taille du tampon à étiquettes */ -#define TAILLE_TXT 4096 /* taille du tampon à texte */ +#define TAILLE_ETQ 4096 /* taille initiale du tampon à étiquettes */ +#define TAILLE_TXT 4096 /* taille initiale du tampon à texte */ struct tampon etq; /* tampon à étiquettes */ struct tampon txt; /* tampon à texte */