commit 8417ef31d6b72802c7f80db78a39f97c48b96808 from: Markus Uhlin date: Wed Dec 27 22:28:34 2023 UTC ExplainFormula: lined up the vars commit - 984be699b2e944b6bb19b73f59c8bbd6bc00ef28 commit + 8417ef31d6b72802c7f80db78a39f97c48b96808 blob - 8a6ca357d4a715dbfe5375972315223c6d623ea0 blob + 9c6171d848f2130c8ad058f47be85110b1ef1926 --- FICS/formula.c +++ FICS/formula.c @@ -593,10 +593,10 @@ ChooseClauses(player *who, char *formula) PRIVATE void ExplainFormula(game *g, textlist **clauses) { - char txt[20]; - int i, which, dummy_index, value; - player *challenged = &parray[g->black]; - textlist **Cur = clauses; + char txt[20]; + int i, which, dummy_index, value; + player *challenged = &parray[g->black]; + textlist** Cur = clauses; which = ChooseClauses(challenged, challenged->formula);