Regain static behaviour, keep removing compiler warning
This commit is contained in:
parent
88a3e564f9
commit
6e0b631492
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue