bogofilter.c - stats variables

David Relson relson at osagesoftware.com
Tue Oct 8 22:32:45 CEST 2002


Greetings,

Reading bogofilter.c, I've noticed that there are two distinct uses of 
variables named 'stats'.

In one case we have:

	bogostat_t stats;
or	bogostat_t *stats;

and in the other case we have:

	wordprob_t stats;
or	wordprob_t *stats;

I suggest that we change the variable names to 'bogostats' and 'wordstats' 
as appropriate.

Any objections?

David
--------------------------------------------------------
David Relson                   Osage Software Systems, Inc.
relson at osagesoftware.com       Ann Arbor, MI 48103
www.osagesoftware.com          tel:  734.821.8800



More information about the bogofilter-dev mailing list