Magellan Linux

Annotation of /trunk/openmotif/patches/openmotif-2.2.3-XmResizeHashTable.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 183 byte(s)
-import

1 niro 153 --- lib/Xm/Hash.c
2     +++ lib/Xm/Hash.c
3     @@ -198,6 +198,8 @@
4     } else {
5     table -> buckets[index] = current;
6     }
7     + } else {
8     + last = current;
9     }
10     current = next;
11     }