Unnecessary BSTR NULL assert before SysStringLen() as the function handles NULL pointers well itself
This commit is contained in:
parent
e4f5b63a85
commit
385986f704
@ -183,7 +183,6 @@ namespace winstd
|
|||||||
///
|
///
|
||||||
inline UINT length() const
|
inline UINT length() const
|
||||||
{
|
{
|
||||||
assert(m_h);
|
|
||||||
return SysStringLen(m_h);
|
return SysStringLen(m_h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user