dbertoni 2004/08/05 20:13:35
Modified: c/src/xalanc/PlatformSupport DirectoryEnumerator.hpp
Log:
Fix for Tru64.
Revision Changes Path
1.13 +4 -0
xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp
Index: DirectoryEnumerator.hpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/DirectoryEnumerator.hpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- DirectoryEnumerator.hpp 3 Aug 2004 16:00:10 -0000 1.12
+++ DirectoryEnumerator.hpp 6 Aug 2004 03:13:35 -0000 1.13
@@ -331,6 +331,10 @@
XalanDOMString theSuffix;
if ( !target_Dir )
{
+#if defined(XALAN_STRICT_ANSI_HEADERS)
+ using std::strlen;
+#endif
+
int lenSpec = strlen(theSpec);
theName = theFullSearchSpec.substr(lenSpec, indexName);
theSuffix =
theFullSearchSpec.substr(lenSpec+indexName+1, indexSuffix);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]