From ee7ccdd65cb6563ff889b26b88a9ab64bce98e6a Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Thu, 7 Feb 2002 16:19:40 +0000 Subject: [PATCH] sane_include update. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173487 13f79535-47bb-0310-9956-ffa450edef68 --- tools/NLS/Xlat/Xlat.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/NLS/Xlat/Xlat.cpp b/tools/NLS/Xlat/Xlat.cpp index 36dccb9c5..71cd32284 100644 --- a/tools/NLS/Xlat/Xlat.cpp +++ b/tools/NLS/Xlat/Xlat.cpp @@ -57,6 +57,9 @@ /* * $Log$ + * Revision 1.10 2002/02/07 16:19:40 knoaman + * sane_include update. + * * Revision 1.9 2002/02/01 23:48:37 peiyongz * sane_include * @@ -127,7 +130,7 @@ // This is the path, relative to the given input source root, to the // input file. The given local suffix must also be added to it. // --------------------------------------------------------------------------- -static XMLCh* const gRelativeInputPath = L"src/NLS/"; +static XMLCh* const gRelativeInputPath = L"src/xercesc/NLS/"; // --------------------------------------------------------------------------- -- GitLab