secureswitools/swisistools/source/interpretsislib/interpretsis.cpp
branchRCL_3
changeset 73 79647526f98c
parent 66 8b7f4e561641
child 81 42552535c1ac
--- 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)