Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/terminal.c

    r2cc1ec0 r1c635d6  
    186186        //        for full UTF-32 coverage.
    187187       
    188         uint16_t glyph = fb_font_glyph(field->ch, NULL);
     188        uint16_t glyph = fb_font_glyph(field->ch);
    189189       
    190190        for (unsigned int y = 0; y < FONT_SCANLINES; y++) {
Note: See TracChangeset for help on using the changeset viewer.