From: <he...@us...> - 2015-09-12 01:48:46
|
Revision: 402 http://sourceforge.net/p/simspark/svn/402 Author: hedayat Date: 2015-09-12 01:48:44 +0000 (Sat, 12 Sep 2015) Log Message: ----------- Fix a compile error Modified Paths: -------------- trunk/spark/lib/zeitgeist/object.cpp Modified: trunk/spark/lib/zeitgeist/object.cpp =================================================================== --- trunk/spark/lib/zeitgeist/object.cpp 2015-09-12 01:48:37 UTC (rev 401) +++ trunk/spark/lib/zeitgeist/object.cpp 2015-09-12 01:48:44 UTC (rev 402) @@ -96,7 +96,7 @@ if (leaf != 0) { std::cout << "for '" << leaf->GetName() - << std::cout << "' installed at '" + << "' installed at '" << leaf->GetFullPath() << "'"; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |