- Timestamp:
- 11/12/2017 10:28:16 PM (7 years ago)
- Branches:
- master
- Children:
- ca9ec00
- Parents:
- 9b98b6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etatun.c
r9b98b6a r861ab45 78 78 79 79 n = nn & 0xFF; 80 ebuf[0] = k + '0';80 ebuf[0] = (int8_t)(k + '0'); 81 81 ebuf[1] = '\0'; 82 82 83 dspbuf[0] = k + '0';83 dspbuf[0] = (int8_t)(k + '0'); 84 84 dspbuf[1] = '\0'; 85 85
Note:
See TracChangeset
for help on using the changeset viewer.