forked from tTh/FloatImg
Merge branch 'master' of ssh://tetalab.org:2213/tTh/FloatImg
another bug in the wall ?
This commit is contained in:
commit
a9e03371b8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue