Signed-off-by: Tomek Grabiec <tgrab...@gmail.com> --- vm/types.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/vm/types.c b/vm/types.c index 644790c..39e3d45 100644 --- a/vm/types.c +++ b/vm/types.c @@ -179,7 +179,9 @@ const char *parse_method_args(const char *type_str, enum vm_type *vmtype, if (*type_str == '[') { *vmtype = J_REFERENCE; - type_str++; + + while (*type_str == '[') + type_str++; if (*type_str != 'L') { type_str++; -- 1.6.0.6 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Jatovm-devel mailing list Jatovm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jatovm-devel