Descriptionasn1: marshal true as 255, not 1.
OS X, at least, appears to test |byte == 255|, not |byte != 0| to
establish if a bool is true or false.
Patch Set 1 #Patch Set 2 : diff -r b5d17ce5197c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b5d17ce5197c https://go.googlecode.com/hg/ #Patch Set 4 : diff -r ab944f788448 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r ab944f788448 https://go.googlecode.com/hg/ #MessagesTotal messages: 4
|