You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/09/27 20:33:48 UTC

cvs commit: xml-xalan/c/samples/ApacheModuleXSLT mod_xslt.c

dbertoni    01/09/27 11:33:48

  Modified:    c/samples/ApacheModuleXSLT mod_xslt.c
  Log:
  32/64-bit fixes.
  
  Revision  Changes    Path
  1.6       +1 -1      xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c
  
  Index: mod_xslt.c
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_xslt.c	2001/05/03 19:27:41	1.5
  +++ mod_xslt.c	2001/09/27 18:33:48	1.6
  @@ -107,7 +107,7 @@
   
   
   
  -static unsigned long xalan_output_handler(const void *data, unsigned long length, const void *handle)
  +static CallbackSizeType xalan_output_handler(const void *data, CallbackSizeType length, const void *handle)
   {
   	CONTROL_STRUCT* c = (CONTROL_STRUCT*)handle;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org