Fix the name and type of helpserv_bot.persist_types[].
authorMichael Poole <mdpoole@troilus.org>
Tue, 3 May 2011 02:21:19 +0000 (22:21 -0400)
committerMichael Poole <mdpoole@troilus.org>
Tue, 3 May 2011 02:21:19 +0000 (22:21 -0400)
This array really contains persistence lengths.  gcc 4.5.2 complains
about the mismatched comparisons.

src/mod-helpserv.c (struct helpserv_bot): Rename persist_types to
    persist_lengths.  Change its type to enum persistence_length.


No differences found