Author: colin Date: 2008-03-08 12:47:28 +0100 (Sat, 08 Mar 2008) New Revision: 996
Modified: branches/mixmaster_3_0/Src/pool.c Log: Backport: correct comment in doblock() header, sense was reversed Modified: branches/mixmaster_3_0/Src/pool.c =================================================================== --- branches/mixmaster_3_0/Src/pool.c 2008-03-08 11:33:57 UTC (rev 995) +++ branches/mixmaster_3_0/Src/pool.c 2008-03-08 11:47:28 UTC (rev 996) @@ -834,8 +834,8 @@ } int doblock(BUFFER *line, BUFFER *filter, int logandreset) -/* logandreset is usually 0 - * it is only set to 1 when called from doallow +/* logandreset is usually 1 + * it is only set to 0 when called from doallow * which only checks whether messages are allowed to * be sent directly */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Mixmaster-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixmaster-devel
