[hypermail] Bug fix for folder_by_date or msgsperfolder...

From: Brian Kirkby <bkirkby_at_Concentrico.net_at_hypermail-project.org>
Date: Fri, 13 Jul 2001 02:16:13 -0600
Message-Id: <sb4e59f9.039_at_mail.concentrico.net>


The index links for folder_by_date or msgsperfolder would contain broken links (<a href>) for the next and previous folders.

I tracked this down to a problem in print.c where index_name (array of an array of char pointers) was being accessed as an array of char pointers.

Here is the diff:

251c251

<                       subdir->prior_subdir->subdir, index_name[idx],
---

> subdir->prior_subdir->subdir, index_name[dlev][idx],
256c256 < subdir->next_subdir->subdir, index_name[idx], ---
> subdir->next_subdir->subdir, index_name[dlev][idx],

-bk
bkirkby_at_SPAM-FREEkirkby.org Received on Fri 13 Jul 2001 02:38:25 PM GMT

This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:53 PM GMT GMT