Prevent segfault in draw_key_config (#2)
authorNolan "Tempa Kyouran" Varani <landesherr@users.noreply.github.com>
Sat, 30 Sep 2017 12:17:30 +0000 (07:17 -0500)
committernotaz <notasas@gmail.com>
Sat, 30 Sep 2017 12:17:30 +0000 (15:17 +0300)
commite7f580052c03fa3f4603051c1b718be4bd8b2db7
tree5f9113fa4e859f427d2016da7baa70506297055b
parent21604a047941b8fe81d381ede0371c75da964afd
Prevent segfault in draw_key_config (#2)

Its calculated `y` value can dip below zero
This causes a segfault if used as an argument of `text_out16`
menu.c