Changeset 473 for trunk/src/slib.c
- Timestamp:
- May 29, 2015, 10:42:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/slib.c
r454 r473 1738 1738 /* Make entry. 1739 1739 */ 1740 /* cppcheck-suppress arrayIndexOutOfBoundsCond */ 1740 1741 if (fd >= MAXFD || fd < 0) 1741 1742 { … … 2010 2011 /* Make entry. 2011 2012 */ 2013 /* cppcheck-suppress arrayIndexOutOfBoundsCond */ 2012 2014 if (fd >= MAXFD) 2013 2015 {
Note:
See TracChangeset
for help on using the changeset viewer.