Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7404 in orxonox.OLD


Ignore:
Timestamp:
Apr 27, 2006, 6:09:39 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_completion.cc

    r7403 r7404  
    8989      completeType |= FunctionCompletion;
    9090    }
     91    // Complete the last Function
    9192    else if ((emptyComplete && inputSplits.size() == 2 ) ||
    9293             (!emptyComplete && inputSplits.size() == 3))
     
    242243          !nocaseCmp(*string, completionBegin, searchLength))
    243244      {
    244         printf ("%s\n", (*string).c_str());
    245245        CompletionElement newElem;
    246246        newElem.name = (*string);
Note: See TracChangeset for help on using the changeset viewer.