fixed a typo
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -345,7 +345,7 @@ BString::Length() const
|
|||||||
{
|
{
|
||||||
return _privateData ? (*((int32 *)_privateData - 1) & 0x7fffffff) : 0;
|
return _privateData ? (*((int32 *)_privateData - 1) & 0x7fffffff) : 0;
|
||||||
/* the most significant bit is reserved; accessing
|
/* the most significant bit is reserved; accessing
|
||||||
* it in any way will case the computer to explode
|
* it in any way will cause the computer to explode
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user