Typo in str_lib.c
PR: 1177
This commit is contained in:
parent
62aa5dd415
commit
aa8d6f3e86
@ -236,7 +236,7 @@ const STORE_METHOD *STORE_set_method(STORE *store, const STORE_METHOD *meth)
|
|||||||
#define check_store(s,fncode,fnname,fnerrcode) \
|
#define check_store(s,fncode,fnname,fnerrcode) \
|
||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
if ((s) == NULL || (s)->meth) \
|
if ((s) == NULL || (s)->meth == NULL) \
|
||||||
{ \
|
{ \
|
||||||
STOREerr((fncode), ERR_R_PASSED_NULL_PARAMETER); \
|
STOREerr((fncode), ERR_R_PASSED_NULL_PARAMETER); \
|
||||||
return 0; \
|
return 0; \
|
||||||
|
Loading…
Reference in New Issue
Block a user