Browse Source

* Undid last commit, probably some SVN sw artifact

git-svn-id: branches/fixes_3_0@30297 -
michael 10 years ago
parent
commit
e2f6aeeeac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-xml/src/xmlwrite.pp

+ 1 - 1
packages/fcl-xml/src/xmlwrite.pp

@@ -342,7 +342,7 @@ begin
     #10: Sender.wrtStr('
');
     #10: Sender.wrtStr('
');
     #13: Sender.wrtStr('
');
     #13: Sender.wrtStr('
');
   else
   else
-    raise EConvertError.CreateFmt('Illegal character: ',[S[idx]]);
+    raise EConvertError.Create('Illegal character');
   end;
   end;
 end;
 end;