Browse Source

* Fixed the DOS build.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
81dbd21c3f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      caca/driver_conio.c

+ 1
- 1
caca/driver_conio.c View 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)


Loading…
Cancel
Save