Merge branch 'master' of ssh://tetalab.org:2213/tTh/FloatImg

another bug in the wall ?
This commit is contained in:
tth 2021-02-23 03:54:10 +01:00
commit a9e03371b8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ fprintf(stderr, ">>> %s ( %p %d %d %f '%s' )\n", __func__,
#endif
if (NULL != (fname=getenv("BLANK_FIMG"))) {
fprintf(stderr,"try to load %s\n", fname);
fprintf(stderr,"%s: try to load %s\n", __func__, fname);
fimg_clone(image, &blank, 1);
foo = fimg_load_from_dump(fname, &blank);
if (foo) {