Kaydet (Commit) 7bec0431 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: initialization of pointer to null from a constant boolean expression

üst e0be9a03
......@@ -406,7 +406,7 @@ css::uno::Any MacOSXBackend::getPropertyValue(
CFDictionaryRef rProxyDict = SCDynamicStoreCopyProxies(NULL);
if (!rProxyDict)
rExceptionsList = false;
rExceptionsList = 0;
else
rExceptionsList = (CFArrayRef) CFDictionaryGetValue(rProxyDict, kSCPropNetProxiesExceptionsList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment