GitOrigin-RevId: 665876ce71338e0a0f31a4a846a9501cba613847
This commit is contained in:
levlam 2018-08-06 20:29:40 +03:00
parent ee8d7a94ec
commit caa48e00ab

View File

@ -64,7 +64,7 @@ FileId StickersManager::parse_sticker(bool in_sticker_set, T &parser) {
CHECK(in_sticker_set_stored == in_sticker_set)
<< in_sticker_set << " " << in_sticker_set_stored << " " << parser.version() << " " << sticker->is_mask << " "
<< has_sticker_set_access_hash << " "
<< format::as_hex_dump<4>(parser.fetch_string_raw<Slice>(parser.get_left_len()));
<< format::as_hex_dump<4>(parser.template fetch_string_raw<Slice>(parser.get_left_len()));
if (!in_sticker_set) {
parse(sticker->set_id, parser);
if (has_sticker_set_access_hash) {