- From: "Marek Habersack" <grendel AT cvs.caudiumforge.net>
- To: caudium-commits AT caudium.net
- Subject: CVS: pexts/src/_XSLT xslt.c,1.3,1.4
- Date: Fri, 12 Aug 2005 23:08:10 +0000
Update of /cvs/caudium/pexts/src/_XSLT
In directory cvs.caudiumforge.net:/tmp/cvs-serv32638/src/_XSLT
Modified Files:
xslt.c
Log Message:
debian updates
Index: xslt.c
===================================================================
RCS file: /cvs/caudium/pexts/src/_XSLT/xslt.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xslt.c 3 Jan 2005 17:07:07 -0000 1.3
+++ xslt.c 12 Aug 2005 23:08:08 -0000 1.4
@@ -14,7 +14,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * $Id: xslt.c,v 1.3 2005/01/03 17:07:07 kiwi Exp $
+ * $Id: xslt.c,v 1.4 2005/08/12 23:08:08 grendel Exp $
*/
#include "xslt_config.h"
@@ -178,7 +178,7 @@
}
strcat(out, buf);
- (struct pike_string *)(store->err_str) = make_shared_string(&out[0]);
+ store->err_str = make_shared_string(&out[0]);
add_ref(store->err_str);
DEBUG_XSLT("leaving xsl_error() with:\n");
DEBUG_XSLT(out);
@@ -217,7 +217,7 @@
strcat(out, buf);
DEBUG_XSLT("leaving xml_error():\n");
DEBUG_XSLT(out);
- (struct pike_string *)(store->err_str) = make_shared_string(&out[0]);
+ store->err_str = make_shared_string(&out[0]);
add_ref(store->err_str);
}
- CVS: pexts/src/_XSLT xslt.c,1.3,1.4, Marek Habersack
Archive powered by MhonArc 2.6.10.