forked from cory/tildefriends
Compile fix.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4663 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
b1714cf554
commit
af61519632
@ -500,6 +500,7 @@ static void _assert_visible(tf_ssb_t* ssb, const char* id, const char* contact,
|
||||
{
|
||||
const char** ids = tf_ssb_db_following_deep_ids(ssb, &id, 1, 2);
|
||||
bool found = false;
|
||||
(void)found;
|
||||
for (int i = 0; ids[i]; i++)
|
||||
{
|
||||
if (strcmp(ids[i], contact) == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user