look for eol in telnet - release

This commit is contained in:
Philippe G
2021-07-03 21:32:16 -07:00
parent d4f6289500
commit 9cb18fa980

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;