Fix a wrong parameter count ERR_add_error_data
This commit is contained in:
parent
5b7f4c718f
commit
30e9cbe792
@ -463,7 +463,7 @@ static int dlfcn_pathbyaddr(void *addr,char *path,int sz)
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
ERR_add_error_data(4, "dlfcn_pathbyaddr(): ", dlerror());
|
ERR_add_error_data(2, "dlfcn_pathbyaddr(): ", dlerror());
|
||||||
#endif
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user