diff arib25/src/b_cas_card.c @ 123:ec7c87854f2f b25

updated to arib25 0.2.5
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 15 Feb 2012 11:09:02 +0900
parents 41a5481db56f
children
line wrap: on
line diff
--- a/arib25/src/b_cas_card.c	Wed Nov 18 13:12:44 2009 +0900
+++ b/arib25/src/b_cas_card.c	Wed Feb 15 11:09:02 2012 +0900
@@ -263,18 +263,18 @@
 		if( p+10 > tail ){
 			return B_CAS_CARD_ERROR_TRANSMIT_FAILED;
 		}
-		
+#if 0
 		{
 			int maker_id;
 			int version;
 			int check_code;
-			
+
 			maker_id = p[0];
 			version = p[1];
 			prv->id.data[i] = load_be_uint48(p+2);
 			check_code = load_be_uint16(p+8);
 		}
-		
+#endif
 		p += 10;
 	}