Changeset 0b23063 in buchla-68k for ram/sedump.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/sedump.c

    r3c45656 r0b23063  
    7777        x_unrec = FALSE;
    7878
    79         return(evkinds[sep->e_type]);
     79        return(evkinds[(int16_t)sep->e_type]);
    8080}
    8181
Note: See TracChangeset for help on using the changeset viewer.