Index: ut_hash.cpp =================================================================== RCS file: /cvsroot/abi/src/af/util/xp/ut_hash.cpp,v retrieving revision 1.35 diff -u -r1.35 ut_hash.cpp --- ut_hash.cpp 23 May 2002 20:30:41 -0000 1.35 +++ ut_hash.cpp 17 Jun 2002 19:59:57 -0000 @@ -602,7 +602,7 @@ const void* UT_StringPtrMap::_prev(UT_Cursor& c) const { const hash_slot* map = m_pMapping; - size_t x; + int x; for (x = c._get_index() - 1; x >= 0; --x) { if (!map[x].empty() && !map[x].deleted())