Changeset 17973 in vbox for trunk/include/VBox
- Timestamp:
- Mar 16, 2009 7:35:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r17972 r17973 479 479 return false; 480 480 481 int l = length() - that.length();481 size_t l = length() - that.length(); 482 482 if (cs == CaseSensitive) 483 483 return ::RTStrCmp(&str[l], that.str) == 0;
Note:
See TracChangeset
for help on using the changeset viewer.