Skip to content
Snippets Groups Projects
Commit 6e277d37 authored by deuce's avatar deuce
Browse files

Fix possible glitch with zero users.

parent 3866d44c
Branches
Tags
No related merge requests found
......@@ -65,7 +65,7 @@ void SBBS_User_ListFrame::fillUserList(void)
int totalusers=lastuser(&App->cfg);
int i;
user_t user;
int item;
int item=0;
wxString buf;
char datebuf[9];
long topitem=UserList->GetTopItem();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment