From: Keith Packard Date: Sun, 9 Sep 2012 19:29:32 +0000 (-0700) Subject: altosui: Use helper functions to access arrays in AltosLib class X-Git-Tag: 1.1~30 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9682e9e6fe730417a77b47795fbe1f06c9a51177;hp=9682e9e6fe730417a77b47795fbe1f06c9a51177 altosui: Use helper functions to access arrays in AltosLib class These deal with out-of-range values correctly, instead of causing exceptions that will just break stuff. Signed-off-by: Keith Packard ---