fix nasty macro bug
This commit is contained in:
@ -14,7 +14,7 @@ extern void warning(const char * fmt, ...);
|
|||||||
|
|
||||||
#define CHECK_OPEN(f, n, E) \
|
#define CHECK_OPEN(f, n, E) \
|
||||||
if (!f) { \
|
if (!f) { \
|
||||||
errorn(E_FILE_ACCESS, f); \
|
errorn(E_FILE_ACCESS, n); \
|
||||||
E; \
|
E; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user