Changeset 6bbd779 in buchla-68k


Ignore:
Timestamp:
11/12/2017 10:24:13 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
a95b757
Parents:
202bf8c
Message:

Fixed etttab.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etttab.c

    r202bf8c r6bbd779  
    7575        n = nn & 0xFF;
    7676
    77         ebuf[0] = k + '0';
     77        ebuf[0] = (int8_t)(k + '0');
    7878        ebuf[1] = '\0';
    7979
    80         dspbuf[0] = k + '0';
     80        dspbuf[0] = (int8_t)(k + '0');
    8181        dspbuf[1] = '\0';
    8282
Note: See TracChangeset for help on using the changeset viewer.