altoslib: Catch a couple null pointers in AltosConfigTD
authorKeith Packard <keithp@keithp.com>
Mon, 1 Sep 2014 23:23:42 +0000 (18:23 -0500)
committerKeith Packard <keithp@keithp.com>
Mon, 1 Sep 2014 23:23:42 +0000 (18:23 -0500)
commit7735cee871d02215517cb9d91cd552f003ca6a50
tree519ebba9145eeae614fa18b224e89aef4e452f0a
parent57f0ae384f3c206ea777dc7c93b594ae3901f354
altoslib: Catch a couple null pointers in AltosConfigTD

When messing with TD, I hit a couple of paths that could try to
dereference null pointers. Check for those.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosConfigTD.java