forked from tTh/FloatImg
cosmetic change
This commit is contained in:
parent
3fce2b19c5
commit
74133a2cab
@ -53,7 +53,7 @@ fprintf(stderr, ">>> %s ( %p %d %d %f '%s' )\n", __func__,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (NULL != (fname=getenv("BLANK_FIMG"))) {
|
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);
|
fimg_clone(image, &blank, 1);
|
||||||
foo = fimg_load_from_dump(fname, &blank);
|
foo = fimg_load_from_dump(fname, &blank);
|
||||||
if (foo) {
|
if (foo) {
|
||||||
|
Loading…
Reference in New Issue
Block a user