- 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
|
void
|
||||||
attackDisplay (System sys)
|
attackDisplay (System sys)
|
||||||
{
|
{
|
||||||
if (!sys->report)
|
if (!sys->report || sys->switchStatespace)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (sys->latex)
|
if (sys->latex)
|
||||||
|
Loading…
Reference in New Issue
Block a user