mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix crash in IV parsing.
This commit is contained in:
parent
a1a415de82
commit
f1d8135e30
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue