summaryrefslogtreecommitdiff
path: root/include/ctables.h
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-12 17:06:45 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-02-12 17:06:45 +0000
commitf5d5cee19ae1153adae20ee8143d18d61b407b2c (patch)
treee2b6d3470f53c3b7eea9ea4a6591db59197a406a /include/ctables.h
parent554f1eff13de430ea73097970717df662bb83976 (diff)
Floating-point math should have no place in an ircd
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12442 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ctables.h b/include/ctables.h
index 9c2a6181c..75795e48c 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -108,11 +108,11 @@ class CoreExport Command : public ServiceProvider
/** used by /stats m
*/
- long double use_count;
+ long use_count;
/** used by /stats m
*/
- long double total_bytes;
+ long total_bytes;
/** True if the command is disabled to non-opers
*/