Changeset 58ff1a9 in buchla-68k for ram/sqdisp.c


Ignore:
Timestamp:
11/15/2017 07:51:33 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8d0af8a
Parents:
00c31a2
Message:

Fixed pointer signedness.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/sqdisp.c

    r00c31a2 r58ff1a9  
    306306{
    307307        register int16_t i;
    308         int16_t atrbuf[64];
     308        uint16_t atrbuf[64];
    309309        int8_t  linbuf[66];
    310310
Note: See TracChangeset for help on using the changeset viewer.