]> git.ipfire.org Git - ipfire-2.x.git/commit - src/installer/main.c
installer: Fix crash with small screen resolutions
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Jan 2015 13:41:33 +0000 (14:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 Jan 2015 13:41:33 +0000 (14:41 +0100)
commit7db3e17a4aa5cd7e8b1b9e1e9e53495aafa169ca
treebf6114754ceff81d6bfbbd6a870a798455f4e1cd
parent214cc7b19528774eebc43e82d9c94c5e4592bc39
installer: Fix crash with small screen resolutions

The installer is showing a help line at the bottom of the
screen which is in some languages rather long. If it is
longer than the width of the screen, the installer used to
crash which is now fixed in this patch.
src/installer/main.c