* follow syntax change
authorWilfried Göesgens <willi@citadel.org>
Sun, 11 Oct 2009 00:12:07 +0000 (00:12 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 11 Oct 2009 00:12:07 +0000 (00:12 +0000)
webcit/msg_renderers.c

index 5c01b640d56faaec6f1281df51e795e4f9566ced..b0a1fde1ca279144f45a470c06fdbe4aa12c99d3 100644 (file)
@@ -1127,7 +1127,7 @@ long DrawMessageDropdown(StrBuf *Selector, long maxmsgs, long startmsg, int nMes
 
        while (!done) {
                vector[3] = abs(nMessages);
-               lo = GetHashPosCounter(At);
+               lo = GetHashPosCounter(WCC->summ, At);
                if (nMessages > 0) {
                        if (lo + nMessages >= nItems) {
                                hi = nItems - 1;