Kaydet (Commit) afebcbfe authored tarafından Caolán McNamara's avatar Caolán McNamara

its just a const char*

üst 5832f347
...@@ -50,13 +50,8 @@ namespace XmlSec ...@@ -50,13 +50,8 @@ namespace XmlSec
ResMgr* GetResMgr( void ) ResMgr* GetResMgr( void )
{ {
if( !pResMgr ) if (!pResMgr)
{ pResMgr = ResMgr::CreateResMgr("xmlsec");
ByteString aName( "xmlsec" );
// MT: Change to Locale
pResMgr = ResMgr::CreateResMgr( aName.GetBuffer() );
}
return pResMgr; return pResMgr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment