--- a/hedgewars/uLocale.pas Tue Oct 09 09:58:33 2018 -0400
+++ b/hedgewars/uLocale.pas Tue Oct 09 11:28:07 2018 -0400
@@ -197,7 +197,10 @@
else
begin
delete(tempstr, p, 2);
+//FIXME rtl/system needs an ansi insert
+{$IFNDEF PAS2C}
insert(curArg, tempstr, p);
+{$ENDIF}
end;
end;
FormatA:= tempstr;