dbertoni 01/03/29 14:19:48
Modified: c/src/XSLT VariablesStack.cpp
Log:
Removed extraneous call to function.
Revision Changes Path
1.14 +1 -1 xml-xalan/c/src/XSLT/VariablesStack.cpp
Index: VariablesStack.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XSLT/VariablesStack.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- VariablesStack.cpp 2001/03/02 15:36:43 1.13
+++ VariablesStack.cpp 2001/03/29 22:19:47 1.14
@@ -488,7 +488,7 @@
}
}
}
- else if(theEntry.getType() ==
StackEntry::eContextMarker)
+ else if(theType == StackEntry::eContextMarker)
{
break;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]