Comment 2 for bug 841743

Revision history for this message
Aleksandr Kuzminsky (akuzminsky) wrote :

No fixed. "break;" was lost after FT_BIN:

230
                case FT_BIN:

231
                        print_hex((char*)value, len);

232

230
233
                case FT_BLOB: