mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Fix crash in IV parsing.
This commit is contained in:
@@ -851,7 +851,7 @@ QByteArray Parser::block(const MTPDpageRelatedArticle &data) {
|
|||||||
inner += tag(
|
inner += tag(
|
||||||
"span",
|
"span",
|
||||||
{ { "class", "related-link-source" } },
|
{ { "class", "related-link-source" } },
|
||||||
EscapeText(utf(*author)
|
EscapeText((author ? utf(*author) : QByteArray())
|
||||||
+ separator
|
+ separator
|
||||||
+ langDateTimeFull(parsed).toUtf8()));
|
+ langDateTimeFull(parsed).toUtf8()));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user