Changeset 7422 in orxonox.OLD for trunk/src/lib/shell/shell_command.cc
- Timestamp:
- Apr 28, 2006, 4:54:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.cc
r7421 r7422 173 173 // Search for Objects. 174 174 if (strings.size() == 1) 175 fillObjectList("", (*alias)->getCommand(), boList); 175 { 176 if (fillObjectList("", (*alias)->getCommand(), boList)) 177 ; 178 } 176 179 else 177 180 {
Note: See TracChangeset
for help on using the changeset viewer.