Changeset 0b23063 in buchla-68k for ram/etagpt.c


Ignore:
Timestamp:
11/15/2017 08:22:41 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5399628
Parents:
3c45656
Message:

Fixed char array subscripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etagpt.c

    r3c45656 r0b23063  
    102102        }
    103103
    104         dspbuf[0] = *gprep[ebuf[0]];
     104        dspbuf[0] = *gprep[(int16_t)ebuf[0]];
    105105        dspbuf[1] = '\0';
    106106
Note: See TracChangeset for help on using the changeset viewer.