Changeset 8d0af8a in buchla-68k for ram/localkb.c


Ignore:
Timestamp:
11/15/2017 08:04:44 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
3c45656
Parents:
58ff1a9
Message:

Fixed mixed-type pointer comparisons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/localkb.c

    r58ff1a9 r8d0af8a  
    245245                                                lstends[lstendc] = (struct n_entry *)NULL;
    246246
    247                                                 if ((struct n_entry *)NULL EQ ep)
     247                                                if ((struct s_entry *)NULL EQ ep)
    248248                                                        continue;
    249249
     
    271271                                                lstbgns[lstbgnc] = (struct n_entry *)NULL;
    272272
    273                                                 if ((struct n_entry *)NULL EQ ep)
     273                                                if ((struct s_entry *)NULL EQ ep)
    274274                                                        continue;
    275275
Note: See TracChangeset for help on using the changeset viewer.