SIGN IN SIGN UP

All calls to getarrayitem() (which is static) are done either in loops

over the size of the array, or the callers check the index bounds themselves,
so the index check never failed => Replace it with an assert().
W
Walter Dörwald committed
8bb1ae9c344249e9d22c69cd87077c5d27c3e18f
Parent: 4ec4fa2