- Timestamp:
- Feb 20, 2017 12:16:20 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/iprt/cpp/ministring.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/ministring.h
r62474 r65811 624 624 { 625 625 return rThat.length() == length() 626 && memcmp(rThat.m_psz, m_psz, length()) == 0; 626 && ( length() == 0 627 || memcmp(rThat.m_psz, m_psz, length()) == 0); 627 628 } 628 629
Note:
See TracChangeset
for help on using the changeset viewer.

