Changeset 861ab45 in buchla-68k


Ignore:
Timestamp:
11/12/2017 10:28:16 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ca9ec00
Parents:
9b98b6a
Message:

Fixed etatun.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etatun.c

    r9b98b6a r861ab45  
    7878
    7979        n = nn & 0xFF;
    80         ebuf[0] = k + '0';
     80        ebuf[0] = (int8_t)(k + '0');
    8181        ebuf[1] = '\0';
    8282
    83         dspbuf[0] = k + '0';
     83        dspbuf[0] = (int8_t)(k + '0');
    8484        dspbuf[1] = '\0';
    8585
Note: See TracChangeset for help on using the changeset viewer.