提交 6307d049 编写于 作者: J jgodinez

6850806: NPE exception throws in PrintServce.getSupportedAttributeValues

Reviewed-by: igor, prr
上级 eafce072
......@@ -1325,7 +1325,7 @@ public class Win32PrintService implements PrintService, AttributeUpdater,
}
if (trays != null) {
System.arraycopy(trays, 0, arr,
mediaSizeNames.length, trays.length);
len - trays.length, trays.length);
}
return arr;
} else if (category == MediaPrintableArea.class) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册