defined why2_empty_log_file
this could cause some segfault if not check for correct return, but yk... This shouldn't ever happen, so yk
This commit is contained in:
parent
cd9dcaedaf
commit
3a645d5167
@ -117,3 +117,12 @@ why2_decrypted_output why2_decrypt_logger(why2_log_file logger)
|
|||||||
lines
|
lines
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
why2_log_file why2_empty_log_file()
|
||||||
|
{
|
||||||
|
return (why2_log_file)
|
||||||
|
{
|
||||||
|
INVALID_FILE,
|
||||||
|
NULL
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user