- Timestamp:
- 11/12/2017 10:22:59 PM (8 years ago)
- Branches:
- master
- Children:
- 6bbd779
- Parents:
- d235320
- File:
- 
      - 1 edited
 
 - 
          
  ram/ettval.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      ram/ettval.crd235320 r202bf8c 141 141 } else { 142 142 143 ebuf[ec] = k + '0';143 ebuf[ec] = (int8_t)(k + '0'); 144 144 ebuf[5] = '\0'; 145 145 146 dspbuf[0] = k + '0';146 dspbuf[0] = (int8_t)(k + '0'); 147 147 dspbuf[1] = '\0'; 148 148 } 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)
