summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/file.cxx')
-rw-r--r--sal/osl/unx/file.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index 305a57a27034..1f04802aa9e6 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -389,7 +389,7 @@ oslFileError FileHandle_Impl::readFileAt(
return osl_File_E_None;
}
- if (m_kind == KIND_MEM || !(m_buffer))
+ if (m_kind == KIND_MEM || !m_buffer)
{
// not buffered
return readAt(nOffset, pBuffer, nBytesRequested, pBytesRead);