提交 b0f098e1 编写于 作者: P prr

8157653: [Parfait] Uninitialised variable in awt_Font.cpp

Reviewed-by: serb, ssadetsky
上级 15b84023
......@@ -607,7 +607,7 @@ SIZE AwtFont::TextSize(AwtFont* font, int columns, int rows)
int AwtFont::getFontDescriptorNumber(JNIEnv *env, jobject font,
jobject fontDescriptor)
{
int i, num;
int i, num = 0;
jobject refFontDescriptor;
jobjectArray array;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册