[F] Fixed compilation errors

This commit is contained in:
seleznevae
2019-08-25 10:09:34 +03:00
parent a512666698
commit e88f49d8ff
5 changed files with 40 additions and 40 deletions

View File

@@ -655,7 +655,7 @@ const void *ft_to_string_impl(const ft_table_t *table, enum str_buf_type b_type)
conv_context_t cntx;
cntx.buf_origin = buffer;
cntx.buf = buffer;
cntx.u.buf = buffer;
cntx.raw_avail = string_buffer_raw_capacity(table->conv_buffer);
cntx.cntx = &context;
cntx.b_type = b_type;