Changeset eee74cd in buchla-68k for ram/ptselbx.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/ptselbx.c

    rf06df21 reee74cd  
    891891                                ebuf[3] = ptdebuf[42];
    892892
    893                                 if (0xFFFF EQ (i = dec2fr(ebuf))) {
     893                                if (-1 EQ (i = dec2fr(ebuf))) {
    894894
    895895                                        badpdat();
Note: See TracChangeset for help on using the changeset viewer.