epggrab: fix debug statement in opentv for 32/64 bit

This commit is contained in:
Adam Sutton 2014-01-15 13:00:19 +00:00
parent 25093a8478
commit b0f3d988a7

View file

@ -292,7 +292,8 @@ opentv_parse_event_section
if (ev.start && ev.stop) {
ebc = epg_broadcast_find_by_time(ecl->ecl_channel, ev.start, ev.stop,
ev.eid, 1, &save);
tvhdebug("opentv", "find by time start %ld stop %ld eid %d = %p",
tvhdebug("opentv", "find by time start %"PRItime_t " stop "
"%"PRItime_t " eid %d = %p",
ev.start, ev.stop, ev.eid, ebc);
} else {
ebc = epg_broadcast_find_by_eid(ecl->ecl_channel, ev.eid);