summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-19 10:57:05 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-19 10:57:05 -0400
commitd792247dd8c5c4742f3d74fda3442e29da22467a (patch)
treecddd693f126e7fc74d2a6c91c940810b683481bc /testing
parent60957885fd0f458b8f5a929860f3bc026824dc4c (diff)
Fixed bug that sometimes prevented two clients from connecting.
Diffstat (limited to 'testing')
-rw-r--r--testing/nTox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nTox.c b/testing/nTox.c
index ac82d021..83fe9e34 100644
--- a/testing/nTox.c
+++ b/testing/nTox.c
@@ -241,7 +241,7 @@ int main(int argc, char *argv[])
241 raw(); 241 raw();
242 getmaxyx(stdscr,y,x); 242 getmaxyx(stdscr,y,x);
243 new_lines(idstring0); 243 new_lines(idstring0);
244 new_lines("/f ID (to add friend), /m friendnumber message (to send message)"); 244 new_lines("/f ID (to add friend), /m friendnumber message (to send message), /s status (to change status), /n nick (to change nickname)");
245 strcpy(line, ""); 245 strcpy(line, "");
246 IP_Port bootstrap_ip_port; 246 IP_Port bootstrap_ip_port;
247 bootstrap_ip_port.port = htons(atoi(argv[2])); 247 bootstrap_ip_port.port = htons(atoi(argv[2]));