You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/02/07 14:37:25 UTC

cvs commit: xml-xerces/c/src/util/Transcoders/ICU ICUTransService.cpp

tng         01/02/07 05:37:25

  Modified:    c/src/util/Transcoders/ICU ICUTransService.cpp
  Log:
  Storage overlay in ucnv_setFromUCallBack.  Fixed by Richard Ko.
  
  Revision  Changes    Path
  1.26      +3 -3      xml-xerces/c/src/util/Transcoders/ICU/ICUTransService.cpp
  
  Index: ICUTransService.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Transcoders/ICU/ICUTransService.cpp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ICUTransService.cpp	2000/09/01 21:43:53	1.25
  +++ ICUTransService.cpp	2001/02/07 13:37:24	1.26
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: ICUTransService.cpp,v 1.25 2000/09/01 21:43:53 andyh Exp $
  + * $Id: ICUTransService.cpp,v 1.26 2001/02/07 13:37:24 tng Exp $
    */
   
   
  @@ -533,7 +533,7 @@
       void* orgContent;
       ucnv_setFromUCallBack
       (
  -        (UConverter*)&fConverter
  +        fConverter
           , (options == UnRep_Throw) ? UCNV_FROM_U_CALLBACK_STOP
                                      : UCNV_FROM_U_CALLBACK_SUBSTITUTE
           , NULL
  @@ -621,7 +621,7 @@
   
        ucnv_setFromUCallBack
            (
  -         (UConverter*)&fConverter
  +         fConverter
            , UCNV_FROM_U_CALLBACK_STOP
            , NULL
            , &oldCB