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 2002/09/24 00:27:48 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Solaris SolarisPlatformUtils.cpp

peiyongz    2002/09/23 15:27:48

  Modified:    c/src/xercesc/util/Platforms/Solaris
                        SolarisPlatformUtils.cpp
  Log:
  use Panic_CantLoadMsgDomain if loadAMsgSet() fails
  
  Revision  Changes    Path
  1.7       +2 -2      xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisPlatformUtils.cpp
  
  Index: SolarisPlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Solaris/SolarisPlatformUtils.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SolarisPlatformUtils.cpp	15 Jul 2002 21:53:45 -0000	1.6
  +++ SolarisPlatformUtils.cpp	23 Sep 2002 22:27:48 -0000	1.7
  @@ -146,7 +146,7 @@
       }
       catch(...)
       {
  -        panic(XMLPlatformUtils::Panic_NoDefTranscoder);
  +        panic(XMLPlatformUtils::Panic_CantLoadMsgDomain);
       }
       return retVal;
   }
  
  
  

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