asn1: TRUE is 1, not 0
This commit is contained in:
		| @@ -925,7 +925,7 @@ BooleanValue	: kw_TRUE | ||||
| 		{ | ||||
| 			$$ = emalloc(sizeof(*$$)); | ||||
| 			$$->type = booleanvalue; | ||||
| 			$$->u.booleanvalue = 0; | ||||
| 			$$->u.booleanvalue = 1; | ||||
| 		} | ||||
| 		| kw_FALSE | ||||
| 		{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicolas Williams
					Nicolas Williams