dbertoni    2003/02/10 17:38:16

  Modified:    c/src/PlatformSupport DOMStringHelper.cpp
  Log:
  Tweak for broken xlC compiler.
  
  Revision  Changes    Path
  1.82      +1 -1      xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp
  
  Index: DOMStringHelper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/DOMStringHelper.cpp,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- DOMStringHelper.cpp       2 Jan 2003 17:15:01 -0000       1.81
  +++ DOMStringHelper.cpp       11 Feb 2003 01:38:15 -0000      1.82
  @@ -1630,7 +1630,7 @@
                TranscodeNumber(
                                theBuffer,
                                theBuffer + theCharsWritten,
  -                             theResult);
  +                             &theResult[0]);
   
                (formatterListener.*function)(
                        theResult,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to