Fix compilation issue

This commit is contained in:
Benjamin Reis 2017-02-08 10:41:41 +01:00
parent f400789b8e
commit 654bf04c8c

View file

@ -151,7 +151,7 @@
[result appendString:@"\n"];
// RTP stats section (packet loss count, etc)
rtp_stats_t rtp_stats = linphone_call_stats_get_rtp_stats(stats);
const rtp_stats_t rtp_stats = *linphone_call_stats_get_rtp_stats(stats);
[result
appendString:[NSString stringWithFormat:
@"RTP packets: %llu total, %lld cum loss, %llu discarded, %llu OOT, %llu bad",