You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/03/25 01:49:54 UTC

cvs commit: xml-xerces/perl/Handler PerlEntityResolverHandler.i

jasons      02/03/24 16:49:54

  Modified:    perl/Handler PerlEntityResolverHandler.i
  Log:
  	* Handler/PerlEntityResolverHandler.i (Repository):
  	fixed bug in error output that was using the wrong SWIGTYPE
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xerces/perl/Handler/PerlEntityResolverHandler.i
  
  Index: PerlEntityResolverHandler.i
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Handler/PerlEntityResolverHandler.i,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- PerlEntityResolverHandler.i	23 Mar 2002 23:14:49 -0000	1.3
  +++ PerlEntityResolverHandler.i	25 Mar 2002 00:49:54 -0000	1.4
  @@ -71,7 +71,7 @@
       }
   
       if (SWIG_ConvertPtr(source_sv,(void **) &source, SWIGTYPE_p_InputSource) < 0) {
  -        croak("EntityResolver did not retury an InputSource. Expected %s", SWIGTYPE_p_DOMParser->name);
  +        croak("EntityResolver did not retury an InputSource. Expected %s", SWIGTYPE_p_InputSource->name);
       }
       PUTBACK ;
       FREETMPS;
  
  
  

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