add comment

This commit is contained in:
Holger Vogt 2018-12-15 21:41:06 +01:00
parent feaebe6bd9
commit 3f816d7f1b
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ void SetAnalyse(
if (nostatuswanted)
return;
strcpy(OldAn, "?");
strcpy(OldAn, "?"); /* initial value */
if ((DecaPercent == OldPercent) && !strcmp(OldAn, Analyse))
return;