Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Unmaintained
KDE Pim
Commits
374a94b5
Commit
374a94b5
authored
Dec 22, 2012
by
Allen Winter
Browse files
in showHdrs(), consider the case where f_older is 0.
prevents a crash. BUG: 286803 FIXED-IN: 4.9.5 MERGE: 4.10, master
parent
2fb3e7d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
knode/knarticlemanager.cpp
View file @
374a94b5
...
...
@@ -299,7 +299,7 @@ void KNArticleManager::showHdrs(bool clear)
knGlobals
.
scheduler
()
->
nntpMutex
().
unlock
();
}
else
{
//f
older
else
if
(
f_
older
)
{
KNLocalArticle
::
Ptr
art
;
if
(
f_ilter
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment