diff --git a/bubulles.h b/bubulles.h index d647561..95c5a4d 100644 --- a/bubulles.h +++ b/bubulles.h @@ -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 */ diff --git a/importobj.c b/importobj.c index 255100a..8ff5dcc 100644 --- a/importobj.c +++ b/importobj.c @@ -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); diff --git a/tools/README.md b/tools/README.md index fd38487..817f22e 100644 --- a/tools/README.md +++ b/tools/README.md @@ -16,4 +16,6 @@ lignes `vn` ? Des normales ? Et troisème étape, que faire des vertices ? +Quatrième étape : aller vivre à la campagne ? +