minor fixes and comments
This commit is contained in:
@ -66,8 +66,13 @@ char* obi_blob_to_seq(Obi_blob_p value_b)
|
||||
// Decode
|
||||
if (value_b->element_size == 2)
|
||||
return decode_seq_on_2_bits(value_b->value, value_b->length_decoded_value);
|
||||
else
|
||||
else //if (value_b->element_size == 4) commented for efficiency reasons
|
||||
return decode_seq_on_4_bits(value_b->value, value_b->length_decoded_value);
|
||||
// else
|
||||
// {
|
||||
// fprintf(stderr, "\n BUG \n");
|
||||
// return NULL;
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user