From fba5c35ca3d39b0406ffdd74c714f407087029fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 3 Sep 2016 18:11:41 +0200 Subject: Fix FTBFS with GCC6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/svnqt/contextdata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/svnqt/contextdata.cpp b/src/svnqt/contextdata.cpp index 4bbfabc..59d724a 100644 --- a/src/svnqt/contextdata.cpp +++ b/src/svnqt/contextdata.cpp @@ -738,7 +738,7 @@ void ContextData::initMimeTypes() svn_config_get(cfg, &mimetypes_file, SVN_CONFIG_SECTION_MISCELLANY, - SVN_CONFIG_OPTION_MIMETYPES_FILE, false); + SVN_CONFIG_OPTION_MIMETYPES_FILE, 0); if (mimetypes_file && *mimetypes_file) { if ((err = svn_io_parse_mimetypes_file(&(m_ctx->mimetypes_map), mimetypes_file, pool))) { -- cgit v1.2.1