Minor compilation and correctness fixes.
authorMichael Poole <mdpoole@troilus.org>
Mon, 15 Feb 2010 22:14:51 +0000 (17:14 -0500)
committerMichael Poole <mdpoole@troilus.org>
Mon, 15 Feb 2010 22:14:51 +0000 (17:14 -0500)
commit7df2e1c637f99a288f336d314b7118f093b56c87
tree71a16b456e5eed25726bc299f73bc305396dc38c
parent2b941ee7f4654a673ed3338ae565c5381aa8fbc9
Minor compilation and correctness fixes.

src/heap.c (ulong_comparator): Fix for the case where "a" and "b" are
    different by more than the (signed) range of the "int" type.
src/mod-helpserv.c (cmd_modstats): Fix a signed/unsigned warning.
src/proto-p10.c (reg_notice_func): Fix some cut-and-paste errors.
src/heap.c
src/mod-helpserv.c
src/proto-p10.c