You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/01/08 19:13:29 UTC

cvs commit: xml-xalan/c/src/PlatformSupport DirectoryEnumerator.hpp

dbertoni    01/01/08 10:13:29

  Modified:    c/src/PlatformSupport DirectoryEnumerator.hpp
  Log:
  Remove call to clone().
  
  Revision  Changes    Path
  1.14      +1 -1      xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp
  
  Index: DirectoryEnumerator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DirectoryEnumerator.hpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DirectoryEnumerator.hpp	2000/11/30 21:09:18	1.13
  +++ DirectoryEnumerator.hpp	2001/01/08 18:13:29	1.14
  @@ -207,7 +207,7 @@
   			StringConversionFunction	theConversionFunction)
   {
   #if defined(_MSC_VER)
  -	StringType	theSearchSpec(clone(theDirectory));
  +	StringType	theSearchSpec(theDirectory);
   
   	append(theSearchSpec, "\\*");