This commit is contained in:
byte[] 2021-12-29 19:52:32 -05:00
parent a60fe1c48c
commit ede4b5ce4f

View file

@ -110,15 +110,14 @@ defmodule Philomena.Autocomplete do
# };
#
ac_file =
<<
ac_file::binary,
references::binary,
secondary_references::binary,
2::32-little,
reference_start::32-little,
length(tags)::32-little
>>
ac_file = <<
ac_file::binary,
references::binary,
secondary_references::binary,
2::32-little,
reference_start::32-little,
length(tags)::32-little
>>
# Insert the autocomplete binary
new_ac =