Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_subtitleview.cc,v 1.1 2015/11/03 19:04:57 joerg Exp $
--- src/subtitleview.cc.orig 2015-11-03 11:47:27.000000000 +0000
+++ src/subtitleview.cc
@@ -1393,7 +1393,7 @@ bool SubtitleView::on_key_press_event(Gd
{
int num;
std::istringstream ss(event->string);
- bool is_num = ss >> num != 0;
+ bool is_num(ss >> num);
// Update only if it's different
if(is_num != get_enable_search())
set_enable_search(is_num);