Commit 5bdee1ab authored by Geoff Simmons's avatar Geoff Simmons

Fix the "description" arg in VRT_blob() when used in .synth().

parent e632d8a6
......@@ -621,7 +621,7 @@ vmod_reader_synth(VRT_CTX, struct VPFX(file_reader) *rdr)
AN(rdr->flags & RDR_MAPPED);
AN(rdr->addr);
blob = VRT_blob(ctx, "VMOD file blob()", rdr->addr, rdr->info->len - 1,
blob = VRT_blob(ctx, "VMOD file synth()", rdr->addr, rdr->info->len - 1,
VMOD_FILE_BLOB_MAGIC);
VRT_synth_blob(ctx, blob);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment