hedgewars/uLocale.pas
changeset 13880 5f819b90d479
parent 13878 0ce8aad17c24
child 13967 a04c86dc685f
--- 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;