summaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.c b/remote.c
index dbfd0ac..cce1392 100644
--- a/remote.c
+++ b/remote.c
@@ -27,7 +27,7 @@ bool cMyRemote::Initialize(void)
return true;
}
-bool cMyRemote::Put(uint64 Code, bool Repeat, bool Release)
+bool cMyRemote::Put(uint64_t Code, bool Repeat, bool Release)
{
#if VDRVERSNUM >= 10347
if ((cRemote::IsLearning()) && (Release))