bla
This commit is contained in:
parent
2719a80e1b
commit
02c13e0613
@ -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 */
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
@ -16,4 +16,6 @@ lignes `vn` ? Des normales ?
|
||||
|
||||
Et troisème étape, que faire des vertices ?
|
||||
|
||||
Quatrième étape : aller vivre à la campagne ?
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user