- Timestamp:
- 11/12/2017 10:25:49 PM (7 years ago)
- Branches:
- master
- Children:
- a8c6a0e
- Parents:
- a95b757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/etipnt.c
ra95b757 r7c0efb6 137 137 138 138 ec = stccol - cfetp->flcol; /* setup edit buffer column */ 139 ebuf[ec] = k + '0';139 ebuf[ec] = (int8_t)(k + '0'); 140 140 ebuf[2] = '\0'; 141 141 142 dspbuf[0] = k + '0';142 dspbuf[0] = (int8_t)(k + '0'); 143 143 dspbuf[1] = '\0'; 144 144
Note:
See TracChangeset
for help on using the changeset viewer.