You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/01/25 17:33:26 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype AbstractNumericFacetValidator.cpp

peiyongz    2003/01/25 08:33:26

  Modified:    c/src/xercesc/validators/datatype
                        AbstractNumericFacetValidator.cpp
  Log:
  wrong error code.
  
  Revision  Changes    Path
  1.8       +5 -2      xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp
  
  Index: AbstractNumericFacetValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AbstractNumericFacetValidator.cpp	18 Dec 2002 14:17:55 -0000	1.7
  +++ AbstractNumericFacetValidator.cpp	25 Jan 2003 16:33:25 -0000	1.8
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.8  2003/01/25 16:33:25  peiyongz
  + * wrong error code.
  + *
    * Revision 1.7  2002/12/18 14:17:55  gareth
    * Fix to bug #13438. When you eant a vector that calls delete[] on its members you should use RefArrayVectorOf.
    *
  @@ -586,7 +589,7 @@
               {
                   REPORT_FACET_ERROR(baseMinInclusive
                                    , thisMaxExclusive
  -                                 , XMLExcepts::FACET_maxExcl_base_minExcl)
  +                                 , XMLExcepts::FACET_maxExcl_base_minIncl)
               }
           }
       }
  
  
  

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