Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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

1 --- 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 }