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

    r3c45656 r0b23063  
    133133                /* reset first point in function */
    134134
    135                 pp = &vp->idhpnt[fp->idfpt1];
     135                pp = &vp->idhpnt[(int16_t)fp->idfpt1];
    136136
    137137                pp->iptim  = FPU_MINT;
Note: See TracChangeset for help on using the changeset viewer.