[Lxml-checkins] r44191 - lxml/branch/lxml-1.3/src/lxml

scoder at codespeak.net scoder at codespeak.net
Tue Jun 12 19:20:45 CEST 2007


Author: scoder
Date: Tue Jun 12 19:20:44 2007
New Revision: 44191

Modified:
   lxml/branch/lxml-1.3/src/lxml/xmlerror.pxi
Log:
fix for last commit

Modified: lxml/branch/lxml-1.3/src/lxml/xmlerror.pxi
==============================================================================
--- lxml/branch/lxml-1.3/src/lxml/xmlerror.pxi	(original)
+++ lxml/branch/lxml-1.3/src/lxml/xmlerror.pxi	Tue Jun 12 19:20:44 2007
@@ -393,11 +393,6 @@
     c_error.domain = xmlerror.XML_FROM_XSLT
     c_error.code   = xmlerror.XML_ERR_OK    # what else?
     c_error.level  = xmlerror.XML_ERR_ERROR # what else?
-    c_error.str1   = NULL
-    c_error.str2   = NULL
-    c_error.str3   = NULL
-    c_error.int1   = 0
-    c_error.int2   = 0
 
     _forwardError(c_log_handler, &c_error)
 


More information about the lxml-checkins mailing list