Changeset eee74cd in buchla-68k for ram/delpnts.c


Ignore:
Timestamp:
11/15/2017 08:58:07 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f852615
Parents:
f06df21
Message:

Fixed mixed-signedness comparisons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/delpnts.c

    rf06df21 reee74cd  
    247247                fp2 = (int8_t *)&ip->idhpnt[j--];
    248248
    249                 for (l = 0; l < sizeof (struct instpnt); l++)
     249                for (l = 0; l < (int16_t)sizeof (struct instpnt); l++)
    250250                        *fp1++ = *fp2++;
    251251        }
Note: See TracChangeset for help on using the changeset viewer.