Changeset 6ab7550 in buchla-68k


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

Fixed etwoff.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etwoff.c

    r31e3c81 r6ab7550  
    155155        } else {
    156156
    157                 ebuf[ec] = k + '0';
     157                ebuf[ec] = (int8_t)(k + '0');
    158158                ebuf[5] = '\0';
    159159
    160                 dspbuf[0] = k + '0';
     160                dspbuf[0] = (int8_t)(k + '0');
    161161                dspbuf[1] = '\0';
    162162        }
Note: See TracChangeset for help on using the changeset viewer.