提交 48f0a9e7 编写于 作者: P prr

8239091: Reversed arguments in call to strstr in freetype "debug" code.

Reviewed-by: bpb
上级 c3ac5c1e
......@@ -266,7 +266,7 @@ static void setInterpreterVersion(FT_Library library) {
const char* property = "interpreter-version";
/* If some one is setting this, don't override it */
if (props != NULL && strstr(property, props)) {
if (props != NULL && strstr(props, property)) {
return;
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册