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/02/12 18:06:45 UTC

cvs commit: xml-xalan/c/src/XPath Function.cpp

dbertoni    01/02/12 09:06:45

  Modified:    c/src/XPath Function.cpp
  Log:
  Changed error message.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/XPath/Function.cpp
  
  Index: Function.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XPath/Function.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Function.cpp	2000/12/04 20:48:12	1.3
  +++ Function.cpp	2001/02/12 17:06:43	1.4
  @@ -147,5 +147,5 @@
   const XalanDOMString
   Function::getError() const
   {
  -	return XALAN_STATIC_UCODE_STRING("Unknown function called.");
  +	return XALAN_STATIC_UCODE_STRING("Invalid number of arguments for function!");
   }