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/01/03 22:48:00 UTC

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

dbertoni    02/01/03 13:48:00

  Modified:    c/src/XSLT XSLTEngineImpl.cpp
  Log:
  Explicit string as parameter.
  
  Revision  Changes    Path
  1.130     +4 -2      xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp
  
  Index: XSLTEngineImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XSLTEngineImpl.cpp,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- XSLTEngineImpl.cpp	20 Dec 2001 21:54:47 -0000	1.129
  +++ XSLTEngineImpl.cpp	3 Jan 2002 21:48:00 -0000	1.130
  @@ -2362,13 +2362,15 @@
   
   			if (theLocator != 0)
   			{
  -				warn(XalanDOMString(theErrorMessage),
  +				warn(
  +					XalanDOMString(theErrorMessage),
   					*theLocator,
   					&node);
   			}
   			else
   			{
  -				warn(theErrorMessage,
  +				warn(
  +					XalanDOMString(theErrorMessage),
   					&node,
   					styleNode);
   			}
  
  
  

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