From 58ef293ca4fa7f58b0ba9b80cfeb1dfe124c5bff Mon Sep 17 00:00:00 2001 From: Astonex Date: Fri, 2 Aug 2013 19:50:32 +0100 Subject: Update nTox_win32.c Changed maxnumfriends to uint32_t --- testing/nTox_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/nTox_win32.c b/testing/nTox_win32.c index d50ac311..143f56f4 100644 --- a/testing/nTox_win32.c +++ b/testing/nTox_win32.c @@ -28,7 +28,7 @@ uint8_t pending_requests[256][CLIENT_ID_SIZE]; uint8_t num_requests = 0; -uint8_t maxnumfriends; +uint32_t maxnumfriends; char line[STRING_LENGTH]; char users_id[200]; -- cgit v1.2.3