Comment 9 for bug 741147

Revision history for this message
Philip K. Warren (pkwarren) wrote :

I'm not sure if a new datatype is required. The patch should probably have been:

value = (self.decode_octet() != 0)

instead of:

value = (self.decode_octet() > 0)