(xerces-c) branch xerces-3.3 updated: XERCESC-2255 - Incorrect symbol name xercesc_messages_3_2
[email protected] Thu, 14 Nov 2024 15:21:25 +0000
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <173159768538.3042812.9597004948483067080@gitbox2-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
scantor pushed a commit to branch xerces-3.3
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/xerces-3.3 by this push:
new 2bd4bfd2e XERCESC-2255 - Incorrect symbol name xercesc_messages_3_2
2bd4bfd2e is described below
commit 2bd4bfd2e0ac177c539054f29c3bf907d9ec1f6c
Author: Scott Cantor <[email protected]>
AuthorDate: Thu Nov 14 10:20:55 2024 -0500
XERCESC-2255 - Incorrect symbol name xercesc_messages_3_2
https://issues.apache.org/jira/browse/XERCESC-2255
---
src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp b/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
index ff88ab5b0..488a04d56 100644
--- a/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
+++ b/src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
@@ -51,8 +51,8 @@ XERCES_CPP_NAMESPACE_BEGIN
* The application (this *.cpp) references that symbol here, and will pass the data address to ICU, which
* will then be able to fetch resources from the data.
*/
-#define ENTRY_POINT xercesc_messages_3_2_dat
-#define BUNDLE_NAME "xercesc_messages_3_2"
+#define ENTRY_POINT xercesc_messages_3_3_dat
+#define BUNDLE_NAME "xercesc_messages_3_3"
extern "C" void U_IMPORT *ENTRY_POINT;