Comment 1 for bug 929407

Revision history for this message
Nico (ndeverge) wrote :

After a test, it seems that that the correct lines to add are :

if ($type =~ /BIT\((\d+)\)/i) {
    return { type => 'FT_UINT', fixed_len => $1 };
}

See the attached patch.