From: <pst...@us...> - 2008-04-03 05:06:11
|
Revision: 391 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=391&view=rev Author: pstieber Date: 2008-04-02 22:06:06 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Added missing terminating quote. Modified Paths: -------------- trunk/jazz/src/Project.cpp Modified: trunk/jazz/src/Project.cpp =================================================================== --- trunk/jazz/src/Project.cpp 2008-04-03 04:42:40 UTC (rev 390) +++ trunk/jazz/src/Project.cpp 2008-04-03 05:06:06 UTC (rev 391) @@ -216,7 +216,7 @@ if (!mpMidiPlayer->Installed()) { cerr - << "Could not connect to midinet server at host \" + << "Could not connect to midinet server at host \"" << %midinethost << "\"\n" << "Jazz will start with no play/record ability." << endl; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |