From: leslie Date: Thu, 10 Jan 2008 18:53:24 +0000 (+0100) Subject: nagra: fix the signed-unsigned fix X-Git-Tag: 0.8.7~7 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=7f84517663b41a11f9de7d09952fa88367d7e060;p=sasc-ng.git nagra: fix the signed-unsigned fix --- diff --git a/systems/nagra/nagra2-0101.c b/systems/nagra/nagra2-0101.c index 207caaf..ac4842a 100644 --- a/systems/nagra/nagra2-0101.c +++ b/systems/nagra/nagra2-0101.c @@ -467,8 +467,10 @@ void cMap0101::DoMap(int f, unsigned char *data, int l) break; case 0x57: #ifdef HAS_AUXSRV + { int c=aux.Map(0x57,data,0x60,0x40); if(c>0) { cycles=c-6; break; } + } #endif { cBN a, b, x, y, scalar;