From 73074b0a78ffb91dcb42405ce21dc0a88fcd22b9 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 5 Dec 2012 20:51:51 +0100 Subject: Change a few signed counter variables to unsigned so they roll over later --- include/ctables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ctables.h') diff --git a/include/ctables.h b/include/ctables.h index f016dd4c5..02bea198d 100644 --- a/include/ctables.h +++ b/include/ctables.h @@ -118,11 +118,11 @@ class CoreExport Command : public ServiceProvider /** used by /stats m */ - long use_count; + unsigned long use_count; /** used by /stats m */ - long total_bytes; + unsigned long total_bytes; /** True if the command is disabled to non-opers */ -- cgit v1.2.3