First version of quality handling (not working yet) and now it is
checked that a column is writable before enlarging it
This commit is contained in:
@ -28,6 +28,17 @@ int obi_column_set_obistr_with_elt_idx(OBIDMS_column_p column, index_t line_nb,
|
||||
{
|
||||
index_t idx;
|
||||
|
||||
// TODO
|
||||
// size_t i;
|
||||
// uint8_t q;
|
||||
// for (i=0;i<=strlen(value);i++)
|
||||
// {
|
||||
// if ()
|
||||
// q = ((uint8_t) value[i]) - 33;
|
||||
// fprintf(stderr, "\n%c == %u", value[i], q);
|
||||
// }
|
||||
|
||||
|
||||
if (obi_column_prepare_to_set_value(column, line_nb) < 0)
|
||||
return -1;
|
||||
|
||||
|
Reference in New Issue
Block a user