This commit is contained in:
tth 2021-05-07 12:27:16 +02:00
parent 2719a80e1b
commit 02c13e0613
3 changed files with 5 additions and 3 deletions

View File

@ -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 */

View File

@ -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);

View File

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