- If the --state-space switch is used, reporting is now always disabled.
This commit is contained in:
parent
0c0a5021bb
commit
df9b97e5bc
@ -481,7 +481,7 @@ attackDisplayAscii (System sys)
|
||||
void
|
||||
attackDisplay (System sys)
|
||||
{
|
||||
if (!sys->report)
|
||||
if (!sys->report || sys->switchStatespace)
|
||||
return;
|
||||
|
||||
if (sys->latex)
|
||||
|
Loading…
Reference in New Issue
Block a user