Changeset 1786 for code/trunk/src/ois/linux
- Timestamp:
- Sep 15, 2008, 11:11:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/ois/linux/LinuxKeyboard.cpp
r1505 r1786 283 283 } 284 284 285 for( int i = 1; i < len; i++)285 for(unsigned int i = 1; i < len; i++) 286 286 val = (val << 6) | (buf[i] & 0x3F); 287 287
Note: See TracChangeset
for help on using the changeset viewer.