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 <canto...@osu.edu> 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; --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org