richter 01/11/20 21:18:07
Modified: driver Tag: Embperl2c eplibxslt.c
Log:
Embperl 2 - fix warning in eplibxslt
Revision Changes Path
No revision
No revision
1.1.2.8 +2 -2 embperl/driver/Attic/eplibxslt.c
Index: eplibxslt.c
===================================================================
RCS file: /home/cvs/embperl/driver/Attic/eplibxslt.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -r1.1.2.7 -r1.1.2.8
--- eplibxslt.c 2001/11/21 05:12:25 1.1.2.7
+++ eplibxslt.c 2001/11/21 05:18:07 1.1.2.8
@@ -10,7 +10,7 @@
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# $Id: eplibxslt.c,v 1.1.2.7 2001/11/21 05:12:25 richter Exp $
+# $Id: eplibxslt.c,v 1.1.2.8 2001/11/21 05:18:07 richter Exp $
#
###################################################################################*/
@@ -643,7 +643,7 @@
static int ProviderLibXSLT_iowrite (void *context,
const char *buffer,
- long unsigned int len)
+ int len)
{
sv_catpvn (((tProviderLibXSLT *)context) -> pOutputSV, (char *)buffer, len) ;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]