mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fix crash in IV parsing.
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user