[Orxonox-commit 1677] r6395 - code/branches/presentation2/src

rgrieder at orxonox.net rgrieder at orxonox.net
Tue Dec 22 14:45:18 CET 2009


Author: rgrieder
Date: 2009-12-22 14:45:18 +0100 (Tue, 22 Dec 2009)
New Revision: 6395

Modified:
   code/branches/presentation2/src/Orxonox.cc
Log:
Adding pointers here is pointless.

Modified: code/branches/presentation2/src/Orxonox.cc
===================================================================
--- code/branches/presentation2/src/Orxonox.cc	2009-12-22 13:07:44 UTC (rev 6394)
+++ code/branches/presentation2/src/Orxonox.cc	2009-12-22 13:45:18 UTC (rev 6395)
@@ -61,7 +61,7 @@
 #ifndef ORXONOX_USE_WINMAIN
         std::string strCmdLine;
         for (int i = 1; i < argc; ++i)
-            strCmdLine += argv[i] + ' ';
+            strCmdLine = strCmdLine + argv[i] + ' ';
 #endif
 
         return orxonox::main(strCmdLine);




More information about the Orxonox-commit mailing list