Changeset 748 for pjproject/trunk/pjlib/src/pj/hash.c
- Timestamp:
- Oct 3, 2006 5:13:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/hash.c
r623 r748 116 116 do { 117 117 table_size <<= 1; 118 } while (table_size < =size);118 } while (table_size < size); 119 119 table_size -= 1; 120 120
Note: See TracChangeset
for help on using the changeset viewer.