epggrab: fix debug statement in opentv for 32/64 bit
This commit is contained in:
parent
25093a8478
commit
b0f3d988a7
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue