Skip to content

Commit

Permalink
Merge 42de292 into 380944e
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema committed Apr 16, 2024
2 parents 380944e + 42de292 commit a3c2955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meos/src/general/type_out.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ tsequenceset_mfjson_size(const TSequenceSet *ss, bool isgeo, bool hasz,
size += ( isgeo ? sizeof("{'coordinates':[],") : sizeof("{'values':[],") ) * ss->count;
size += sizeof("'datetimes':[],'lower_inc':false,'upper_inc':false},") * ss->count;
if (isgeo)
size = coordinates_mfjson_size(ss->totalcount, hasz, precision);
size += coordinates_mfjson_size(ss->totalcount, hasz, precision);
else
{
for (int i = 0; i < ss->count; i++)
Expand Down

0 comments on commit a3c2955

Please sign in to comment.