You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/01/20 18:35:45 UTC

cvs commit: xml-xerces/c/src/xercesc/util XMLUni.cpp

cargilld    2005/01/20 09:35:45

  Modified:    c/src/xercesc/util XMLUni.cpp
  Log:
  Xercesc-1328: Fix spelling of XMLUni::fgXercesUseCachedGrammarInParse (missing an a in parse).
  
  Revision  Changes    Path
  1.48      +3 -3      xml-xerces/c/src/xercesc/util/XMLUni.cpp
  
  Index: XMLUni.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/XMLUni.cpp,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- XMLUni.cpp	28 Dec 2004 17:31:19 -0000	1.47
  +++ XMLUni.cpp	20 Jan 2005 17:35:45 -0000	1.48
  @@ -1254,8 +1254,8 @@
       ,   chLatin_a, chLatin_t, chLatin_i, chLatin_o, chLatin_n, chForwardSlash
       ,   chLatin_u, chLatin_s, chLatin_e, chDash, chLatin_c, chLatin_a, chLatin_c
       ,   chLatin_h, chLatin_e, chLatin_d, chLatin_G, chLatin_r, chLatin_a, chLatin_m
  -    ,   chLatin_m, chLatin_a, chLatin_r, chLatin_I, chLatin_n, chLatin_P, chLatin_r
  -    ,   chLatin_s, chLatin_e, chNull
  +    ,   chLatin_m, chLatin_a, chLatin_r, chLatin_I, chLatin_n, chLatin_P, chLatin_a
  +    ,   chLatin_r, chLatin_s, chLatin_e, chNull
   };
   
   //Xerces: http://apache.org/xml/features/validation/ignoreCachedDTD
  
  
  

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