You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2003/09/26 11:18:45 UTC

cvs commit: xml-xerces/c/samples/Redirect RedirectHandlers.cpp

gareth      2003/09/26 02:18:45

  Modified:    c/samples/Redirect RedirectHandlers.cpp
  Log:
  fix for bug #23427. Patch by David Cargill.
  
  Revision  Changes    Path
  1.9       +2 -2      xml-xerces/c/samples/Redirect/RedirectHandlers.cpp
  
  Index: RedirectHandlers.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/Redirect/RedirectHandlers.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- RedirectHandlers.cpp	30 May 2003 09:36:35 -0000	1.8
  +++ RedirectHandlers.cpp	26 Sep 2003 09:18:45 -0000	1.9
  @@ -187,7 +187,7 @@
       //  We cannot assume that the XMLCh type is ok to pass to wcscmp(), so
       //  just do a comparison ourselves.
       //
  -    const XMLCh* s1 = publicId;
  +    const XMLCh* s1 = gFileToTrap;
       const XMLCh* s2 = systemId;
       while (true)
       {
  
  
  

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