You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/qsvn/files/qsvn-0.8.3-gcc6.patch

12 lines
453 B

--- a/svnqt/contextdata.cpp
+++ b/svnqt/contextdata.cpp
@@ -748,7 +748,7 @@
svn_config_get(cfg, &mimetypes_file,
SVN_CONFIG_SECTION_MISCELLANY,
- SVN_CONFIG_OPTION_MIMETYPES_FILE, false);
+ SVN_CONFIG_OPTION_MIMETYPES_FILE, NULL);
if (mimetypes_file && *mimetypes_file) {
if ((err = svn_io_parse_mimetypes_file(&(m_ctx->mimetypes_map),
mimetypes_file, pool))) {