Changeset ca9ec00 in buchla-68k for ram


Ignore:
Timestamp:
11/12/2017 10:29:03 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
bc1afe0
Parents:
861ab45
Message:

Fixed etarat.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etarat.c

    r861ab45 rca9ec00  
    8383        ec = stccol - cfetp->flcol;     /* setup edit buffer column */
    8484
    85         ebuf[ec] = k + '0';
     85        ebuf[ec] = (int8_t)(k + '0');
    8686        ebuf[2] = '\0';
    8787
    88         dspbuf[0] = k + '0';
     88        dspbuf[0] = (int8_t)(k + '0');
    8989        dspbuf[1] = '\0';
    9090
Note: See TracChangeset for help on using the changeset viewer.