Fix a wrong parameter count ERR_add_error_data
This commit is contained in:
parent
dc22495d35
commit
4659b53e7d
@ -464,7 +464,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