mirror of https://github.com/cy384/ssheven.git
fix dumb print bug
This commit is contained in:
parent
e4123f41e3
commit
99373cedc4
|
@ -177,11 +177,6 @@ void printf_i(const char* str, ...)
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if (*str == '\\')
|
||||
{
|
||||
str++;
|
||||
print_char(*str);
|
||||
}
|
||||
else
|
||||
{
|
||||
print_char(*str);
|
||||
|
|
Loading…
Reference in New Issue