secureswitools/swisistools/source/interpretsislib/interpretsis.cpp
changeset 75 2d2d25361590
parent 25 98b66e4fb0be
--- a/secureswitools/swisistools/source/interpretsislib/interpretsis.cpp	Fri Sep 03 17:01:40 2010 +0300
+++ b/secureswitools/swisistools/source/interpretsislib/interpretsis.cpp	Tue Sep 28 14:48:39 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)