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/09/27 18:48:25 UTC

cvs commit: xml-xalan/c/src/PlatformSupport Writer.cpp

dbertoni    01/09/27 09:48:25

  Modified:    c/src/PlatformSupport Writer.cpp
  Log:
  Fixed dumb typo.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/PlatformSupport/Writer.cpp
  
  Index: Writer.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/Writer.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Writer.cpp	2001/09/27 16:34:27	1.4
  +++ Writer.cpp	2001/09/27 16:48:25	1.5
  @@ -60,7 +60,7 @@
   
   
   #if !defined(XALAN_INLINE_INITIALIZATION)
  -const Writer::size_t	npos = ~0u;
  +const size_t	Writer::npos = ~0u;
   #endif
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org