- Timestamp:
- 08/06/11 14:31:48 (13 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/lib/res/h_mgr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/lib/res/h_mgr.cpp
r9961 r9972 192 192 // we might be allocating a new entry. subsequent tag checks protect 193 193 // against using unallocated entries. 194 if(size_t(idx) >= hdata_cap) // also detects negative idx194 if(size_t(idx) >= size_t(hdata_cap)) // also detects negative idx 195 195 WARN_RETURN(ERR::H_IDX_INVALID); 196 196
Note:
See TracChangeset
for help on using the changeset viewer.
