Off-by-one error
Change-Id: I2abd81782baf421ff4e70b158709dbe6da5e14e3
This commit is contained in:
@@ -591,7 +591,7 @@ rtl::Reference< Entity > readEntity(
|
||||
if ((mode & RT_PARAM_REST) != 0
|
||||
&& !(m == 1
|
||||
&& ((reader.getMethodParameterTypeName(
|
||||
j, 1))
|
||||
j, 0))
|
||||
== "any")))
|
||||
{
|
||||
throw FileFormatException(
|
||||
|
Reference in New Issue
Block a user