Compare commits

..

1 Commits

Author SHA1 Message Date
Philippe G
9cb18fa980 look for eol in telnet - release 2021-07-03 21:32:16 -07:00

View File

@@ -241,7 +241,7 @@ void process_received_data(const char * buffer, size_t size){
// scrub from any escape command
if(*c == '\e'){
while(*(c++) !='n'){
while(*(c++) != '\n'){
--size;
};
--size;