Skip to content

Commit

Permalink
fixed parsing flags in help
Browse files Browse the repository at this point in the history
  • Loading branch information
thindil committed Sep 29, 2019
1 parent f5a3bae commit 1368007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/help-ui.adb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ package body Help.UI is
1 loop
Replace_Slice
(FactionsWithFlag, Index(FactionsWithFlag, " and "),
Index(FactionsWithFlag, " and ") + 5, ", ");
Index(FactionsWithFlag, " and ") + 4, ", ");
end loop;
Insert(HelpBuffer, Iter, To_String(FactionsWithFlag));
exit;
Expand Down

0 comments on commit 1368007

Please sign in to comment.