diff --git a/borrowed/jenny/jenny.c b/borrowed/jenny/jenny.c index 489f996715..2b2d3c63a3 100644 --- a/borrowed/jenny/jenny.c +++ b/borrowed/jenny/jenny.c @@ -1161,7 +1161,7 @@ next_builder( state *s, feature *tuple, ub1 n) return FALSE; else if (tuple[i].f < s->dim[tuple[i].d]-1) { ++tuple[i].f; /* increment feature */ - for (i; idim[offset[i].d]-1) { ++offset[i].f; /* increment feature */ - for (i; ilast_num = nullptr; priv->tax_us_code = nullptr; priv->tax_us_pns = nullptr; - priv->color == nullptr; - priv->sort_order == nullptr; - priv->notes == nullptr; - priv->filter == nullptr; + priv->color = nullptr; + priv->sort_order = nullptr; + priv->notes = nullptr; + priv->filter = nullptr; priv->parent = nullptr; priv->children = nullptr; diff --git a/libgnucash/engine/gnc-int128.cpp b/libgnucash/engine/gnc-int128.cpp index 340dbe1f30..a4242e6abe 100644 --- a/libgnucash/engine/gnc-int128.cpp +++ b/libgnucash/engine/gnc-int128.cpp @@ -895,7 +895,7 @@ decimal_from_binary (uint64_t d[dec_array_size], uint64_t hi, uint64_t lo) d[0] = lo & bin_mask; d[1] = (lo >> 32) & bin_mask; d[2] = hi & bin_mask; - d[3] = (hi >> 32) & bin_mask, 0; + d[3] = (hi >> 32) & bin_mask; d[0] += coeff_3[3] * d[3] + coeff_2[3] * d[2] + coeff_1[3] * d[1]; uint64_t q {d[0] / dec_div};