mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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(
|
||||
"span",
|
||||
{ { "class", "related-link-source" } },
|
||||
EscapeText(utf(*author)
|
||||
EscapeText((author ? utf(*author) : QByteArray())
|
||||
+ separator
|
||||
+ langDateTimeFull(parsed).toUtf8()));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue