Skip to content
Snippets Groups Projects
Commit 7d8047e8 authored by deuce's avatar deuce
Browse files

Typo in last commit? Say it ain't so!

parent d3271973
No related branches found
No related tags found
No related merge requests found
......@@ -2157,7 +2157,7 @@ client.socket.send("* OK Give 'er\r\n");
var waited=0;
if (argv.indexOf('-d') >= 0)
debug = true;
if (argc.indexOf('-r') >= 0)
if (argv.indexOf('-r') >= 0)
debugRX = true;
while(1) {
line=client.socket.recvline(10240, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment