--- a/hedgewars/uLocale.pas Tue Oct 09 12:54:40 2018 -0400
+++ b/hedgewars/uLocale.pas Thu Oct 11 23:43:31 2018 +0200
@@ -197,10 +197,7 @@
else
begin
delete(tempstr, p, 2);
-//FIXME rtl/system needs an ansi insert
-{$IFNDEF PAS2C}
insert(curArg, tempstr, p);
-{$ENDIF}
end;
end;
FormatA:= tempstr;