]> www.vanbest.org Git - sasc-ng.git/commitdiff
nagra-0101: fix reg J import/export size
authorleslie <unknown>
Mon, 30 Mar 2009 11:55:29 +0000 (19:55 +0800)
committerleslie <unknown>
Mon, 30 Mar 2009 11:55:29 +0000 (19:55 +0800)
systems/nagra/nagra2-0101.c

index 7f248007984a8a3676b0963fcb6898a165ff9139..a72de324ea6726b74173e9244045184547562056 100644 (file)
@@ -593,7 +593,7 @@ bool cN2Prov0101::ProcessMap(int f)
       DoMap(f,0,Get(0x48));
       break;
     case IMPORT_J:
-      l=8; dl=8<<3;
+      l=1; dl=1<<3;
       // fall throught
     case IMPORT_A:
     case IMPORT_B:
@@ -604,7 +604,7 @@ bool cN2Prov0101::ProcessMap(int f)
       GetMem(addr,tmp,dl,0); DoMap(f,tmp,l);
       break;
     case EXPORT_J:
-      l=8; dl=8<<3;
+      l=1; dl=1<<3;
       // fall throught
     case EXPORT_A:
     case EXPORT_B: