Fixed a few warnings.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4381 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-08-26 21:36:38 +00:00
parent 9f01bd9197
commit 66abd4d0a6
8 changed files with 18 additions and 14 deletions
+2 -1
View File
@@ -199,6 +199,7 @@ BMessage& BMessage::operator=(const BMessage& msg)
fHasSpecifiers = msg.fHasSpecifiers;
*fBody = *(msg.fBody);
return *this;
}
//------------------------------------------------------------------------------
void BMessage::init_data()
@@ -1925,7 +1926,7 @@ static status_t handle_reply(port_id reply_port,
return err;
}
if (*pCode = 'PUSH')
if (*pCode == 'PUSH')
{
return B_ERROR;
}