Fixed assert statement.
This commit is contained in:
parent
4ff00018b4
commit
17fd8df935
@ -297,7 +297,7 @@ void OnlineProfile::deleteRelationalInfo()
|
|||||||
const OnlineProfile::IDList& OnlineProfile::getFriends()
|
const OnlineProfile::IDList& OnlineProfile::getFriends()
|
||||||
{
|
{
|
||||||
assert(m_has_fetched_friends &&
|
assert(m_has_fetched_friends &&
|
||||||
(m_state & S_FETCHING_FRIENDS) != 0);
|
(m_state & S_FETCHING_FRIENDS) == 0);
|
||||||
return m_friends;
|
return m_friends;
|
||||||
} // getFriends
|
} // getFriends
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user