Commit (STABLE) Re: Patch: 3618

From: Hubert Figuiere (hfiguiere@teaser.fr)
Date: Tue Jun 18 2002 - 01:50:22 EDT

  • Next message: Hubert Figuiere: "Commit (STABLE): fix bug 3638"

    According to Robert Wilhelm <robert@gaston.camelot.de>:
    > 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())
    >

    Backport fix for bug 3618.

    CVS: Modified Files:
    CVS: Tag: ABI-1-0-0-STABLE
    CVS: ut_hash.cpp

    Hub




    This archive was generated by hypermail 2.1.4 : Tue Jun 18 2002 - 01:54:20 EDT