summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_arena.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_arena.cxx')
-rw-r--r--sal/rtl/alloc_arena.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/alloc_arena.cxx b/sal/rtl/alloc_arena.cxx
index bdb7dcf24de8..373de6d51ad9 100644
--- a/sal/rtl/alloc_arena.cxx
+++ b/sal/rtl/alloc_arena.cxx
@@ -1005,7 +1005,7 @@ void * SAL_CALL rtl_machdep_alloc(
)
{
void * addr;
- sal_Size size = (*pSize);
+ sal_Size size = *pSize;
assert(pArena == gp_machdep_arena);