This commit is contained in:
tTh 2023-02-12 13:15:03 +01:00
parent bf239a9004
commit 154844c94d
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (218)
#define FIMG_VERSION (219)
#define RELEASE_NAME ("noname")
/* XXX add a test for stdint.h / uint32_t XXX */

View File

@ -26,10 +26,10 @@ int fimg_make_rndfluffy_lines(FloatImg *src, FloatImg *dst, int rndt)
int x, y, ol;
float accu;
// #if DEBUG_LEVEL
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( '%p' '%p' %d )\n", __func__,
src, dst, rndt);
// #endif
#endif
if (fimg_images_not_compatible(src, dst)) {
/* be hard for the lamers */