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

    rf06df21 reee74cd  
    164164                tmpval = dec2fr(&ebuf[1]);
    165165
    166                 if (tmpval EQ 0xFFFF)
     166                if (tmpval EQ -1)
    167167                        return(FAILURE);
    168168                else
Note: See TracChangeset for help on using the changeset viewer.