Changeset 9b98b6a in buchla-68k
- Timestamp:
- 11/12/2017 10:27:35 PM (7 years ago)
- Branches:
- master
- Children:
- 861ab45
- Parents:
- a8c6a0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etavgr.c
ra8c6a0e r9b98b6a 116 116 col = stccol - cfetp->flcol; 117 117 118 ebuf[col] = k + '0';118 ebuf[col] = (int8_t)(k + '0'); 119 119 ebuf[2] = '\0'; 120 120 … … 125 125 #endif 126 126 127 dspbuf[0] = k + '0';127 dspbuf[0] = (int8_t)(k + '0'); 128 128 dspbuf[1] = '\0'; 129 129
Note:
See TracChangeset
for help on using the changeset viewer.