Changeset fa50076 in buchla-68k for ram/etitim.c


Ignore:
Timestamp:
11/12/2017 07:08:44 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
26553e2
Parents:
c93e44d
Message:

Fixed initi.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etitim.c

    rc93e44d rfa50076  
    7272                subj, pecase, temin, tmpval, temax);
    7373#endif
    74         if (tmpval > (uint16_t)temax)
     74        if (tmpval > temax)
    7575                return(FAILURE);
    7676
    77         if (tmpval < (uint16_t)temin)
     77        if (tmpval < temin)
    7878                return(FAILURE);
    7979
Note: See TracChangeset for help on using the changeset viewer.