summaryrefslogtreecommitdiff
path: root/testing/nTox_win32.c
diff options
context:
space:
mode:
authorJfreegman <Jfreegman@gmail.com>2013-07-31 05:52:08 -0400
committerJfreegman <Jfreegman@gmail.com>2013-07-31 05:52:08 -0400
commit17e64b3ee50605cbc15f195f770dacf31039e121 (patch)
tree584da818bf21df81b75ab57cbe7a5c96ed39017c /testing/nTox_win32.c
parent207c067cf22d65cdfc08e8659fb8dd575e248053 (diff)
initialize num_requests
Diffstat (limited to 'testing/nTox_win32.c')
-rw-r--r--testing/nTox_win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox_win32.c b/testing/nTox_win32.c
index 3286bb3a..27ab6a77 100644
--- a/testing/nTox_win32.c
+++ b/testing/nTox_win32.c
@@ -27,7 +27,7 @@
27#include <process.h> 27#include <process.h>
28 28
29uint8_t pending_requests[256][CLIENT_ID_SIZE]; 29uint8_t pending_requests[256][CLIENT_ID_SIZE];
30uint8_t num_requests; 30uint8_t num_requests = 0;
31 31
32char line[STRING_LENGTH]; 32char line[STRING_LENGTH];
33char users_id[200]; 33char users_id[200];