Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7412 in orxonox.OLD for trunk/src/lib/util


Ignore:
Timestamp:
Apr 28, 2006, 12:03:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Another CompletionMode is working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/util/helper_functions.cc

    r7371 r7412  
    146146int nocaseCmp(const std::string& s1, const std::string& s2, unsigned int len)
    147147{
     148  if (len == 0)
     149    return 0;
    148150  std::string::const_iterator it1=s1.begin();
    149151  std::string::const_iterator it2=s2.begin();
Note: See TracChangeset for help on using the changeset viewer.