mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix tainted print
This commit is contained in:
parent
c5afd86b9a
commit
b9902bbd78
1 changed files with 1 additions and 1 deletions
|
|
@ -85,5 +85,5 @@ void print(const char *format, ...)
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
print_tainted = false;
|
print_tainted = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue