--- a/secureswitools/swisistools/source/interpretsislib/interpretsis.cpp Tue Sep 14 21:31:28 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/interpretsis.cpp Wed Sep 15 12:20:42 2010 +0300
@@ -90,7 +90,7 @@
{
if (!dependenciesIt->second.empty())
{
- LERROR(L"Package " << dependenciesIt->first << L" requires:");
+ LERROR(L"Package " << dependenciesIt->first.c_str() << L" requires:");
for (std::vector<SisRegistryDependency>::const_iterator dependantsIt = dependenciesIt->second.begin();
dependantsIt != dependenciesIt->second.end() ;
++dependantsIt)