The getRow method can return row numbers greater than the number of rows. Line 179 reads return i / row_count; but should be return i / col_count;
Log in to post a comment.