提交 065866b2 编写于 作者: B Ben Laurie

Use the passed buffer in ERR_error_string!

上级 dcb1ef5c
......@@ -535,7 +535,7 @@ char *ERR_error_string(unsigned long e, char *ret)
static char buf[256];
if (ret == NULL) ret=buf;
ERR_error_string_n(e, buf, 256);
ERR_error_string_n(e, ret, 256);
return(ret);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册