Changeset 1690 for code/branches/gui/src/core/CommandLine.cc
- Timestamp:
- Aug 31, 2008, 8:39:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/CommandLine.cc
r1664 r1690 28 28 29 29 #include "CommandLine.h" 30 31 #include "util/String.h" 30 32 31 33 namespace orxonox … … 108 110 109 111 // save old data first 112 value = removeTrailingWhitespaces(value); 110 113 if (name != "") 111 114 { … … 152 155 153 156 // parse last argument 157 value = removeTrailingWhitespaces(value); 154 158 if (name != "") 155 159 {
Note: See TracChangeset
for help on using the changeset viewer.