Kaydet (Commit) 3c1dc460 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast

Change-Id: If35fa5d97cec6c167bb0841da1e6819e5a4caf13
üst af35e637
......@@ -79,7 +79,7 @@ NSString* resolveAlias( NSString* i_pSystemPath )
{
NSString* pResolvedPath = nil;
CFURLRef rUrl = CFURLCreateWithFileSystemPath( kCFAllocatorDefault,
(CFStringRef)i_pSystemPath,
reinterpret_cast<CFStringRef>(i_pSystemPath),
kCFURLPOSIXPathStyle, false);
if( rUrl != NULL )
{
......
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