From f80c0f7052364b67a23df35109ffd40a58afbc92 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 7 Feb 2020 10:12:25 +0100 Subject: [PATCH] ca_ci.cpp: supplement to 9a9372931abf129833100ee21a8be1216a8b67b2 Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/60d306290c72ea6edc932729a7c92bfcd673f759 Author: Markus Volk Date: 2020-02-07 (Fri, 07 Feb 2020) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/ca_ci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ca_ci.cpp b/common/ca_ci.cpp index 8d6df07..2e22db9 100644 --- a/common/ca_ci.cpp +++ b/common/ca_ci.cpp @@ -56,7 +56,7 @@ static cCA* pcCAInstance = NULL; /* nur diese Message wird vom CI aus neutrinoMessages.h benutzt */ /* für den CamMsgHandler, darum hier einfach mal definiert */ /* die Feinheiten werden ja in CA_MESSAGE verpackt */ -uint32_t EVT_CA_MESSAGE = 0x80000000 + 60; +uintptr_t EVT_CA_MESSAGE = 0x80000000 + 60; static cs_messenger cam_messenger = NULL;