diff options
Diffstat (limited to 'src/cull_list.cpp')
-rw-r--r-- | src/cull_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 00c916199..1acdd4517 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -128,7 +128,7 @@ void CullList::AddItem(userrec* user, const char* reason) int CullList::Apply() { - int n = 0; + int n = list.size(); while (list.size()) { std::vector<CullItem>::iterator a = list.begin(); |