Changeset 7412 in orxonox.OLD for trunk/src/lib/util
- Timestamp:
- Apr 28, 2006, 12:03:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/helper_functions.cc
r7371 r7412 146 146 int nocaseCmp(const std::string& s1, const std::string& s2, unsigned int len) 147 147 { 148 if (len == 0) 149 return 0; 148 150 std::string::const_iterator it1=s1.begin(); 149 151 std::string::const_iterator it2=s2.begin();
Note: See TracChangeset
for help on using the changeset viewer.