[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height

See issue #6259 for more details.

svn path=/trunk/; revision=51793
This commit is contained in:
Gregor Schneider 2011-05-16 17:29:27 +00:00
parent 064905bec3
commit f151ca5b4e

View file

@ -739,7 +739,7 @@ VOID
NTAPI
VidDisplayString(PUCHAR String)
{
ULONG TopDelta = 14;
ULONG TopDelta = BOOTCHAR_HEIGHT + 1;
/* Start looping the string */
while (*String)