[F] Fixed compilation fail on freebsd
This commit is contained in:
parent
ada5f1d609
commit
309f3c9da0
@ -5248,6 +5248,8 @@ int print_row_separator_impl(conv_context_t *cntx,
|
|||||||
|
|
||||||
|
|
||||||
fort_table_properties_t *properties = context->table_properties;
|
fort_table_properties_t *properties = context->table_properties;
|
||||||
|
fort_entire_table_properties_t *entire_tprops = &properties->entire_table_properties;
|
||||||
|
|
||||||
size_t written = 0;
|
size_t written = 0;
|
||||||
int tmp = 0;
|
int tmp = 0;
|
||||||
|
|
||||||
@ -5355,8 +5357,6 @@ int print_row_separator_impl(conv_context_t *cntx,
|
|||||||
goto clear;
|
goto clear;
|
||||||
}
|
}
|
||||||
|
|
||||||
fort_entire_table_properties_t *entire_tprops = &properties->entire_table_properties;
|
|
||||||
|
|
||||||
/* Print left margin */
|
/* Print left margin */
|
||||||
CHCK_RSLT_ADD_TO_WRITTEN(print_n_strings(cntx, entire_tprops->left_margin, FT_SPACE));
|
CHCK_RSLT_ADD_TO_WRITTEN(print_n_strings(cntx, entire_tprops->left_margin, FT_SPACE));
|
||||||
|
|
||||||
|
@ -259,6 +259,8 @@ int print_row_separator_impl(conv_context_t *cntx,
|
|||||||
|
|
||||||
|
|
||||||
fort_table_properties_t *properties = context->table_properties;
|
fort_table_properties_t *properties = context->table_properties;
|
||||||
|
fort_entire_table_properties_t *entire_tprops = &properties->entire_table_properties;
|
||||||
|
|
||||||
size_t written = 0;
|
size_t written = 0;
|
||||||
int tmp = 0;
|
int tmp = 0;
|
||||||
|
|
||||||
@ -366,8 +368,6 @@ int print_row_separator_impl(conv_context_t *cntx,
|
|||||||
goto clear;
|
goto clear;
|
||||||
}
|
}
|
||||||
|
|
||||||
fort_entire_table_properties_t *entire_tprops = &properties->entire_table_properties;
|
|
||||||
|
|
||||||
/* Print left margin */
|
/* Print left margin */
|
||||||
CHCK_RSLT_ADD_TO_WRITTEN(print_n_strings(cntx, entire_tprops->left_margin, FT_SPACE));
|
CHCK_RSLT_ADD_TO_WRITTEN(print_n_strings(cntx, entire_tprops->left_margin, FT_SPACE));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user