Kaydet (Commit) ba768f83 authored tarafından Julien Nabet's avatar Julien Nabet

Fix "Same expression on both sides of '|'"

Change-Id: I8f71f0b20f3f1f41acde05d59a9b94d1ce942a7b
üst 3201fd23
......@@ -1303,7 +1303,7 @@ static osl_TStamp closeFileImpl(osl_TFile* pFile, oslProfileOption Flags)
{
stamp = OslProfile_getFileStamp(pFile);
if ( Flags & (osl_Profile_WRITELOCK | osl_Profile_WRITELOCK ) )
if ( Flags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) )
{
OslProfile_lockFile(pFile, un_lock);
}
......
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