Fix printing format error, this results in NULL channel names on x86 32bit and crashes on ARM. Fixes #33.

This commit is contained in:
Adam Sutton 2012-07-03 12:13:20 +01:00
parent 636b476218
commit a1e8ac1dda

View file

@ -1017,7 +1017,7 @@ static void _epg_channel_timer_callback ( void *p )
/* Expire */
if ( ebc->stop <= dispatch_clock ) {
RB_REMOVE(&ch->ch_epg_schedule, ebc, sched_link);
tvhlog(LOG_DEBUG, "epg", "expire event %"PRItime_t" from %s",
tvhlog(LOG_DEBUG, "epg", "expire event %"PRIu64" from %s",
ebc->id, ch->ch_name);
ebc->putref((epg_object_t*)ebc);
continue; // skip to next