Kaydet (Commit) fee628c8 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Off-by-one error

Change-Id: I2abd81782baf421ff4e70b158709dbe6da5e14e3
üst 14166696
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment