Sfoglia il codice sorgente

* Fixed the DOS build.

tags/v0.99.beta14
Sam Hocevar sam 19 anni fa
parent
commit
81dbd21c3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      caca/driver_conio.c

+ 1
- 1
caca/driver_conio.c Vedi File

@@ -103,7 +103,7 @@ static void conio_display(caca_display_t *dp)

for(n = dp->cv->height * dp->cv->width; n--; )
{
*screen++ = _cucul_utf32_to_cp437(*chars++);
*screen++ = cucul_utf32_to_cp437(*chars++);
*screen++ = _cucul_argb32_to_ansi8(*attr++);
}
# if defined(SCREENUPDATE_IN_PC_H)


Caricamento…
Annulla
Salva