Regain static behaviour, keep removing compiler warning

This commit is contained in:
Holger Vogt 2019-12-28 15:28:16 +01:00
parent 2ce891b66f
commit 4b00524b31
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ SetAnalyse(char *Analyse, /* in: analysis type */
WaitForIdle();
OldAn[0] = '\0';
OldAn[127] = '\0';
if (((DecaPercent == OldPercent) && !strcmp(OldAn, Analyse)) || !strcmp(Analyse, "or"))
return;