diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-24 18:05:44 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-24 18:05:44 +0000 |
commit | 58e4aa3a8c0ac57ee2336883077cf5b0aff77c9c (patch) | |
tree | c2cc2f862ea2ca7fcc12843413570ef983005f8d /include/users.h | |
parent | 2ab88037d8d7d6df3fb9686216a0b36f5ece2313 (diff) |
Pedantic safety
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8350 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/users.h b/include/users.h index 1f3e4a5aa..43145ab2f 100644 --- a/include/users.h +++ b/include/users.h @@ -596,7 +596,7 @@ class CoreExport User : public connection /** Flood counters - lines received */ - int lines_in; + unsigned int lines_in; /** Flood counters - time lines_in is due to be reset */ |