Changeset e15f784 in buchla-68k for ram


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

Fixed etaopt.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etaopt.c

    rbc1afe0 re15f784  
    8282
    8383        n = nn & 0xFF;
    84         ebuf[0] = k + '0';
     84        ebuf[0] = (int8_t)(k + '0');
    8585        ebuf[1] = '\0';
    8686
    87         dspbuf[0] = k + '0';
     87        dspbuf[0] = (int8_t)(k + '0');
    8888        dspbuf[1] = '\0';
    8989
Note: See TracChangeset for help on using the changeset viewer.