Advertisement
svenhoefer

Untitled

Apr 27th, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.70 KB | None | 0 0
  1. diff --git a/src/nhttpd/tuxboxapi/controlapi.cpp b/src/nhttpd/tuxboxapi/controlapi.cpp
  2. index 51b1541..d11acf8 100644
  3. --- a/src/nhttpd/tuxboxapi/controlapi.cpp
  4. +++ b/src/nhttpd/tuxboxapi/controlapi.cpp
  5. @@ -2736,7 +2736,7 @@ void CControlAPI::SendTimers(CyhookHandler *hh)
  6.                         timer_item += hh->outObject("audio", audio, true);
  7.  
  8.                         timer_item += hh->outPair("recording_dir", timer->recordingDir, true);
  9. -                       timer_item += hh->outPair("epg_id", string_printf("%d", (int)timer->epgID), false);
  10. +                       timer_item += hh->outPair("epg_id", string_printf("" PRId64 "", timer->epgID), false);
  11.                 }
  12.                 break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement