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 2002/03/08 05:47:29 UTC

cvs commit: xml-xalan/c/src/XSLT ElemNumber.cpp

dbertoni    02/03/07 20:47:29

  Modified:    c/src/XSLT ElemNumber.cpp
  Log:
  Added cast for old AIX compiler.
  
  Revision  Changes    Path
  1.54      +1 -1      xml-xalan/c/src/XSLT/ElemNumber.cpp
  
  Index: ElemNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemNumber.cpp,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- ElemNumber.cpp	2 Mar 2002 07:18:07 -0000	1.53
  +++ ElemNumber.cpp	8 Mar 2002 04:47:29 -0000	1.54
  @@ -386,7 +386,7 @@
   				StylesheetExecutionContext::GetAndReleaseCachedString	theMatchPatternString(executionContext);
   
   				assign(theMatchPatternString.get(), thePrefix.get());
  -				append(theMatchPatternString.get(), XalanUnicode::charColon);
  +				append(theMatchPatternString.get(), XalanDOMChar(XalanUnicode::charColon));
   				append(theMatchPatternString.get(), theNodeName);
   
   				// Use this class to resolve the synthesized prefix to the
  
  
  

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