VirtualBox

Changeset 17973 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 16, 2009 7:35:42 PM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/string.h

    r17972 r17973  
    479479            return false;
    480480
    481         int l = length() - that.length();
     481        size_t l = length() - that.length();
    482482        if (cs == CaseSensitive)
    483483            return ::RTStrCmp(&str[l], that.str) == 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette