Small fix in HistoryDetailsViewController (break when found the good call log)

This commit is contained in:
Yann Diorcet 2013-02-21 11:14:04 +01:00
parent 7d2a79c25b
commit 87714f3da3

View file

@ -190,6 +190,7 @@ static UICompositeViewDescription *compositeDescription = nil;
const char *cid = linphone_call_log_get_call_id(log);
if(cid != NULL && [callLogId isEqualToString:[NSString stringWithUTF8String:cid]]) {
callLog = log;
break;
}
list = list->next;
}