diff --git a/fteqtv/httpsv.c b/fteqtv/httpsv.c index aba172f92..781aadc83 100644 --- a/fteqtv/httpsv.c +++ b/fteqtv/httpsv.c @@ -95,6 +95,7 @@ static void HTMLprintf(char *outb, int outl, char *fmt, ...) else { *outb++ = qfont_table[*(unsigned char*)inb]; + outl -= 1; } inb++; }