Commit (HEAD) Re: Patch: 3618

From: Robert Wilhelm (robert@gaston.camelot.de)
Date: Mon Jun 17 2002 - 16:10:36 EDT

  • Next message: ce3_2vgkalf3lycv@rentokil-initial.com: "純商業辦公室出租"

    After talking with Dom on Irc, I put following patch in.
    This could be also applied to Stable.

    --- ut_hash.cpp 23 May 2002 20:30:41 -0000 1.35
    +++ ut_hash.cpp 17 Jun 2002 20:18:17 -0000
    @@ -602,7 +602,7 @@
     const void* UT_StringPtrMap::_prev(UT_Cursor& c) const
     {
             const hash_slot* map = m_pMapping;
    - size_t x;
    + UT_sint32 x;
             for (x = c._get_index() - 1; x >= 0; --x)
             {
                     if (!map[x].empty() && !map[x].deleted())



    This archive was generated by hypermail 2.1.4 : Mon Jun 17 2002 - 16:22:01 EDT