diff -r b18a4bf55ddb -r 2d2d25361590 secureswitools/swisistools/source/interpretsislib/interpretsis.cpp --- 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::const_iterator dependantsIt = dependenciesIt->second.begin(); dependantsIt != dependenciesIt->second.end() ; ++dependantsIt)