VirtualBox

Changeset 33614 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Oct 29, 2010 2:54:06 PM (14 years ago)
Author:
vboxsync
Message:

grumble, -1, not 1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/ministring.h

    r33613 r33614  
    493493           are treated the same way so that str.compare(str2.c_str()) works. */
    494494        if (length() == 0)
    495             return pcszThat == NULL || *pcszThat != '\0' ? 0 : 1;
     495            return pcszThat == NULL || *pcszThat != '\0' ? 0 : -1;
    496496
    497497        if (cs == CaseSensitive)
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