Este commit está contenido en:
tth 2021-05-07 12:27:16 +02:00
padre 2719a80e1b
commit 02c13e0613
Se han modificado 3 ficheros con 5 adiciones y 3 borrados

Ver fichero

@ -1,10 +1,10 @@
/*
bubulles.h
bubulles.h - dirty software from tTh
*/
/* --------------------------------------------------------------------- */
#define LIBBB_VERSION 54
#define LIBBB_VERSION 55
#define SZ_BUBULLE_TEXT 51 /* arbitrary value */

Ver fichero

@ -42,7 +42,7 @@ if (NULL==bublist) {
print_bublist_desc(bublist, 0);
nbre = 0;
while(cptr=fgets(line, LINE_SZ, fpin)) {
while(NULL!=(cptr=fgets(line, LINE_SZ, fpin))) {
if (verbosity>1) fputs(line, stderr);

Ver fichero

@ -16,4 +16,6 @@ lignes `vn` ? Des normales ?
Et troisème étape, que faire des vertices ?
Quatrième étape : aller vivre à la campagne ?