Skip to content

Commit

Permalink
Index truncated token
Browse files Browse the repository at this point in the history
  • Loading branch information
edieterich authored and slusarz committed Sep 25, 2024
1 parent bb377db commit cdfdb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fts-backend-flatcurve.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,10 +329,10 @@ fts_backend_flatcurve_update_build_more(struct fts_backend_update_context *_ctx,
switch (ctx->type) {
case FTS_BACKEND_BUILD_KEY_HDR:
case FTS_BACKEND_BUILD_KEY_MIME_HDR:
fts_flatcurve_xapian_index_header(ctx, data, size);
fts_flatcurve_xapian_index_header(ctx, data, new_size);
break;
case FTS_BACKEND_BUILD_KEY_BODY_PART:
fts_flatcurve_xapian_index_body(ctx, data, size);
fts_flatcurve_xapian_index_body(ctx, data, new_size);
break;
default:
i_unreached();
Expand Down

0 comments on commit cdfdb18

Please sign in to comment.