From f02a60b51dc387fb1fc337dee952152b736d3165 Mon Sep 17 00:00:00 2001
From: "Unknown (roddey)" <dev-null@apache.org>
Date: Mon, 20 Mar 2000 19:13:04 +0000
Subject: [PATCH] Fixed a compilation bug in one of the exception throwing
 calls.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171967 13f79535-47bb-0310-9956-ffa450edef68
---
 src/util/Transcoders/Win32/Win32TransService.cpp | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/util/Transcoders/Win32/Win32TransService.cpp b/src/util/Transcoders/Win32/Win32TransService.cpp
index 82faf32a5..a3762c466 100644
--- a/src/util/Transcoders/Win32/Win32TransService.cpp
+++ b/src/util/Transcoders/Win32/Win32TransService.cpp
@@ -56,6 +56,9 @@
 
 /*
  * $Log$
+ * Revision 1.12  2000/03/20 19:13:04  roddey
+ * Fixed a compilation bug in one of the exception throwing calls.
+ *
  * Revision 1.11  2000/03/18 00:00:04  roddey
  * Initial updates for two way transcoding support
  *
@@ -268,7 +271,7 @@ Win32Transcoder::transcodeFrom( const   XMLByte* const      srcData
             {
                 XMLCh tmpBuf[16];
                 XMLString::binToText((unsigned int)(*inPtr), tmpBuf, 16, 16);
-                ThrowXML
+                ThrowXML2
                 (
                     TranscodingException
                     , XMLExcepts::Trans_BadSrcCP
-- 
GitLab