member->Member to avoid clash with "identifier"


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@648 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/tests/69-reserved-words-OK.asn1.-P b/tests/69-reserved-words-OK.asn1.-P
index 5262c63..32714f5 100644
--- a/tests/69-reserved-words-OK.asn1.-P
+++ b/tests/69-reserved-words-OK.asn1.-P
@@ -47,7 +47,7 @@
 static int
 memb_char_1_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
 			asn_app_consume_bytes_f *app_errlog, void *app_key) {
-	const OCTET_STRING_t *st = sptr;
+	const OCTET_STRING_t *st = (const OCTET_STRING_t *)sptr;
 	size_t size;
 	
 	if(!sptr) {