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:28:08 UTC

cvs commit: xml-xerces/c/src/xercesc/util/Platforms/Tru64 Tru64PlatformUtils.cpp

peiyongz    2002/09/23 15:28:08

  Modified:    c/src/xercesc/util/Platforms/Tru64 Tru64PlatformUtils.cpp
  Log:
  use Panic_CantLoadMsgDomain if loadAMsgSet() fails
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xerces/c/src/xercesc/util/Platforms/Tru64/Tru64PlatformUtils.cpp
  
  Index: Tru64PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Tru64/Tru64PlatformUtils.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Tru64PlatformUtils.cpp	26 Jul 2002 17:18:25 -0000	1.3
  +++ Tru64PlatformUtils.cpp	23 Sep 2002 22:28:08 -0000	1.4
  @@ -151,7 +151,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