mirror of
https://git.disroot.org/80486DX2-66/polonium.git
synced 2024-12-27 23:50:29 +05:30
corrupter.c: do not close file, but call PERROR_MACRO
This commit is contained in:
parent
632c180f29
commit
6f2c89133b
@ -17,8 +17,9 @@ enum Interoperation_Result {
|
|||||||
/* macros: lambdas */
|
/* macros: lambdas */
|
||||||
#define CORRUPT_BYTE_MACRO \
|
#define CORRUPT_BYTE_MACRO \
|
||||||
if (corrupt_byte(Interoperation_Share_Vars) == INTEROPERATION_ERROR) { \
|
if (corrupt_byte(Interoperation_Share_Vars) == INTEROPERATION_ERROR) { \
|
||||||
|
PERROR_MACRO("corrupt_byte"); \
|
||||||
|
\
|
||||||
result->error = true; \
|
result->error = true; \
|
||||||
fclose(file); \
|
|
||||||
return result; \
|
return result; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user