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:
Celine Mercier
2016-05-11 16:38:14 +02:00
parent b3c47809da
commit 8ae7644945
8 changed files with 540 additions and 8 deletions

View File

@ -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;