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