Commit 354674e7 authored by Michael Tremer's avatar Michael Tremer

writer: Fix typo in signature variable

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent fa4898d0
......@@ -747,7 +747,7 @@ LOC_EXPORT int loc_writer_write(struct loc_writer* writer, FILE* f, enum loc_dat
if (writer->signature2_length) {
DEBUG(writer->ctx, "Copying second signature of %zu byte(s)\n",
writer->signature1_length);
writer->signature2_length);
memcpy(header.signature2, writer->signature2, writer->signature2_length);
header.signature2_length = htobe16(writer->signature2_length);
......
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