add comment
This commit is contained in:
parent
feaebe6bd9
commit
3f816d7f1b
|
|
@ -1630,7 +1630,7 @@ void SetAnalyse(
|
||||||
if (nostatuswanted)
|
if (nostatuswanted)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
strcpy(OldAn, "?");
|
strcpy(OldAn, "?"); /* initial value */
|
||||||
|
|
||||||
if ((DecaPercent == OldPercent) && !strcmp(OldAn, Analyse))
|
if ((DecaPercent == OldPercent) && !strcmp(OldAn, Analyse))
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue