aboutsummaryrefslogtreecommitdiff
path: root/xbmc/filesystem/DAVFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/filesystem/DAVFile.cpp')
-rw-r--r--xbmc/filesystem/DAVFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/filesystem/DAVFile.cpp b/xbmc/filesystem/DAVFile.cpp
index 4e89a9e652..9713c59e8e 100644
--- a/xbmc/filesystem/DAVFile.cpp
+++ b/xbmc/filesystem/DAVFile.cpp
@@ -49,7 +49,7 @@ bool CDAVFile::Execute(const CURL& url)
CLog::Log(LOGDEBUG, "CDAVFile::Execute(%p) %s", (void*)this, m_url.c_str());
- ASSERT(!(!m_state->m_easyHandle ^ !m_state->m_multiHandle));
+ assert(!(!m_state->m_easyHandle ^ !m_state->m_multiHandle));
if( m_state->m_easyHandle == NULL )
g_curlInterface.easy_aquire(url2.GetProtocol().c_str(),
url2.GetHostName().c_str(),