tracking a bug...

This commit is contained in:
tth 2021-05-05 10:02:23 +02:00
parent c59eedd33c
commit 187c9488b2
2 changed files with 4 additions and 1 deletions

View File

@ -49,6 +49,9 @@ float ftmp;
fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pvictime, bits); fprintf(stderr, ">>> %s ( %p %d )\n", __func__, pvictime, bits);
#endif #endif
fprintf(stderr, "--- %s: hauteur image = %d fval = %f\n", __func__,
pvictime->height, fval);
line = rand() % pvictime->height; line = rand() % pvictime->height;
if (verbosity > 2) { if (verbosity > 2) {

View File

@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul * http://la.buvette.org/photos/cumul
*/ */
#define FIMG_VERSION 143 #define FIMG_VERSION 144
/* /*
* in memory descriptor * in memory descriptor