Changeset fe7b401 in buchla-68k


Ignore:
Timestamp:
11/12/2017 10:00:01 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
602f9b5
Parents:
ca867c1
Message:

Fixed ptdisp.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/ptdisp.c

    rca867c1 rfe7b401  
    7171                /* row 0 */
    7272
    73                 memset(linbuf, '\261', 63);
     73                memset(linbuf, (uint8_t)'\261', 63);
    7474                linbuf[0]  = '\272';
    7575                linbuf[48] = '\267';
     
    104104                /* row 18 */
    105105
    106                 memset(linbuf, '\261', 63);
     106                memset(linbuf, (uint8_t)'\261', 63);
    107107                linbuf[0]  = '\266';
    108108                linbuf[48] = '\265';
     
    117117                /* row 24 */
    118118
    119                 memset(linbuf, '\261', 63);
     119                memset(linbuf, (uint8_t)'\261', 63);
    120120                linbuf[0]  = '\271';
    121121                linbuf[62] = '\270';
Note: See TracChangeset for help on using the changeset viewer.