X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-file.c;h=db64a32e615935d2dc5434396ccda4d19de34f77;hb=c66e7bc7a19c068ca1c414f2f8bd5dc13c20907f;hp=73420d9c1b17530cd7aecb07d04702026d3addb7;hpb=089842938dd0f4080084044bb9a1a3b00137926a;p=elogind.git diff --git a/src/journal/journal-file.c b/src/journal/journal-file.c index 73420d9c1..db64a32e6 100644 --- a/src/journal/journal-file.c +++ b/src/journal/journal-file.c @@ -1400,11 +1400,11 @@ int journal_file_move_to_entry_by_monotonic( Object **ret, uint64_t *offset) { - char t[8+32+1] = "_BOOT_ID="; + char t[9+32+1] = "_BOOT_ID="; Object *o; int r; - sd_id128_to_string(boot_id, t + 8); + sd_id128_to_string(boot_id, t + 9); r = journal_file_find_data_object(f, t, strlen(t), &o, NULL); if (r < 0)