Index: head/games/khangman-kde4/files/patch-src_desktop_khangmanview.cpp =================================================================== --- head/games/khangman-kde4/files/patch-src_desktop_khangmanview.cpp (nonexistent) +++ head/games/khangman-kde4/files/patch-src_desktop_khangmanview.cpp (revision 478299) @@ -0,0 +1,20 @@ +--- src/desktop/khangmanview.cpp.orig 2018-08-28 11:03:47 UTC ++++ src/desktop/khangmanview.cpp +@@ -510,7 +510,7 @@ void KHangManView::slotTry() + + int x = 0; + int y = 0; +- if (m_missedLetters.contains(guess) > 0) { ++ if (m_missedLetters.contains(guess)) { + // FIXME: popup should be better placed. + + QPoint abspos = popup->pos(); +@@ -527,7 +527,7 @@ void KHangManView::slotTry() + m_letterInput->setEnabled(false); + } + +- if (goodWord.contains(guess) > 0) { ++ if (goodWord.contains(guess)) { + point = m_theme->goodWordPos(size(), popup->pos()); + + QTimer::singleShot( Prefs::missedTimer() * 1000, Property changes on: head/games/khangman-kde4/files/patch-src_desktop_khangmanview.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property