victorknox/Friend-Book

Size of struct user_list

Closed this issue · 0 comments

We are not currently updating the size of the user_list. We should do so by calling the resize_user_array function every time a new user registers. This cannot be done directly as resize_user_array depends on the variable largest_user_ID but we are not updating the value of largest_user_ID in the code currently.