Changeset 7c0efb6 in buchla-68k


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

Fixed etipnt.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etipnt.c

    ra95b757 r7c0efb6  
    137137
    138138        ec = stccol - cfetp->flcol;     /* setup edit buffer column */
    139         ebuf[ec] = k + '0';
     139        ebuf[ec] = (int8_t)(k + '0');
    140140        ebuf[2] = '\0';
    141141
    142         dspbuf[0] = k + '0';
     142        dspbuf[0] = (int8_t)(k + '0');
    143143        dspbuf[1] = '\0';
    144144
Note: See TracChangeset for help on using the changeset viewer.