• evgen@moonbone.local's avatar
    Bug#14171: Wrong internal default value for a BINARY field. · ac48c8ba
    evgen@moonbone.local authored
    A BINARY field is represented by the Field_string class. The space character
    is used as the filler for unused characters in such a field. But a BINARY field 
    should use \x00 instead.
    
    Field_string:reset() now detects whether the current field is a BINARY one
    and if so uses the \x00 character as a default value filler.
    ac48c8ba
field.h 60.9 KB