Index: trunk/src_plugins/io_bxl/bxl_decode.c =================================================================== --- trunk/src_plugins/io_bxl/bxl_decode.c (revision 30895) +++ trunk/src_plugins/io_bxl/bxl_decode.c (revision 30896) @@ -288,7 +288,8 @@ else append(ctx, 0); } - ctx->after_first_bit = 1; + else + ctx->after_first_bit = 1; } htree_update(ctx->tree.node_linear[inchr]);