Fixed typos
This commit is contained in:
@ -1601,7 +1601,7 @@ byte_t* obi_str_to_obibytes(char* value)
|
||||
if (value_b == NULL)
|
||||
{
|
||||
obi_set_errno(OBI_AVL_ERROR);
|
||||
obidebug(1, "\nError allocating memory for a byte avl");
|
||||
obidebug(1, "\nError allocating memory for a byte array");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -1669,7 +1669,7 @@ byte_t* obi_seq_to_obibytes(char* seq)
|
||||
if (value_b == NULL)
|
||||
{
|
||||
obi_set_errno(OBI_AVL_ERROR);
|
||||
obidebug(1, "\nError allocating memory for a byte avl");
|
||||
obidebug(1, "\nError allocating memory for a byte array");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user