summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/svnqt/contextdata.cpp2
1 files changed, 1 insertions, 1 deletions
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))) {