Changeset ea9a162 in buchla-68k for ram/etwhrv.c


Ignore:
Timestamp:
11/12/2017 10:44:55 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2ff1367
Parents:
99fed2e
Message:

Fixed the rest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etwhrv.c

    r99fed2e rea9a162  
    145145        } else {
    146146
    147                 ebuf[ec] = dspbuf[0] = k + '0';
     147                ebuf[ec] = dspbuf[0] = (int8_t)(k + '0');
    148148                ebuf[4]  = dspbuf[1] = '\0';
    149149        }
Note: See TracChangeset for help on using the changeset viewer.