forked from tTh/FloatImg
minor bug spotted with DEBUG_LEVEL=1
This commit is contained in:
parent
219bd36cc2
commit
6a2b37d4e3
@ -112,7 +112,7 @@ int foo, nbre;
|
|||||||
FimgFileHead filehead;
|
FimgFileHead filehead;
|
||||||
|
|
||||||
#if DEBUG_LEVEL
|
#if DEBUG_LEVEL
|
||||||
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, head);
|
fprintf(stderr, ">>> %-25s ( '%s' %p )\n", __func__, fname, where);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (NULL==(fp = fopen(fname, "r"))) {
|
if (NULL==(fp = fopen(fname, "r"))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user