diff --git a/ssheven-console.c b/ssheven-console.c index c3dfc63..f507f7e 100644 --- a/ssheven-console.c +++ b/ssheven-console.c @@ -177,11 +177,6 @@ void printf_i(const char* str, ...) break; } } - else if (*str == '\\') - { - str++; - print_char(*str); - } else { print_char(*str);