You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jd...@locus.apache.org on 2000/04/20 17:07:40 UTC

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

jdonohue    00/04/20 08:07:40

  Modified:    c/src/XSLT ElemCallTemplate.cpp
  Log:
  Type constant was wrong
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/src/XSLT/ElemCallTemplate.cpp
  
  Index: ElemCallTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/ElemCallTemplate.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ElemCallTemplate.cpp	2000/04/12 19:40:56	1.4
  +++ ElemCallTemplate.cpp	2000/04/20 15:07:40	1.5
  @@ -174,7 +174,7 @@
   	switch(xslToken)
   	{
   	// char-instructions 
  -	case Constants::ELEMNAME_PARAM:
  +	case Constants::ELEMNAME_WITHPARAM:
   		fResult = true;
   		break;