Skip to content
Snippets Groups Projects
Commit acd5bd76 authored by rswindell's avatar rswindell
Browse files

Fix stdin() read/send snafu.

parent cf66f90e
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ if(join) { ...@@ -81,7 +81,7 @@ if(join) {
if(msg) if(msg)
send(msg); send(msg);
else while(msg=readln()) /* read from stdin */ else while(msg=readln()) /* read from stdin */
msg=expand_tabs(msg); send(msg);
while(my_server.poll(0) && (response=my_server.recvline())) while(my_server.poll(0) && (response=my_server.recvline()))
log(response); log(response);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment