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
@ -116,4 +116,13 @@ why2_decrypted_output why2_decrypt_logger(why2_log_file logger)
|
||||
contentDecrypted,
|
||||
lines
|
||||
};
|
||||
}
|
||||
|
||||
why2_log_file why2_empty_log_file()
|
||||
{
|
||||
return (why2_log_file)
|
||||
{
|
||||
INVALID_FILE,
|
||||
NULL
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user