mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 20:07:56 -04:00
Merge remote-tracking branch 'origin/patches-2.0'
This commit is contained in:
commit
09a8d23ad9
@ -88,7 +88,7 @@ print_err(int val)
|
||||
int err;
|
||||
printf("Error was %d\n", val);
|
||||
|
||||
while ((err = ERR_get_error()))x {
|
||||
while ((err = ERR_get_error())) {
|
||||
const char *msg = (const char*)ERR_reason_error_string(err);
|
||||
const char *lib = (const char*)ERR_lib_error_string(err);
|
||||
const char *func = (const char*)ERR_func_error_string(err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user