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, "\\*");
   
  
  
  

Reply via email to