VirtualBox

Changeset 33615 in vbox for trunk/include


Ignore:
Timestamp:
Oct 29, 2010 2:58:02 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67226
Message:

now it's right. added tests to prove it.

File:
1 edited

Legend:

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

    r33614 r33615  
    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.

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