From 0e61af91ecd0d1276ddfc1c43bd61f6587e7026b Mon Sep 17 00:00:00 2001 From: Tim Murray Date: Wed, 26 Feb 2014 13:28:52 -0800 Subject: Fix build break. Change-Id: I39a3ef748ef7af3ad4c96ed6da1d0c720d33ea23 --- rsAllocation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rsAllocation.cpp') diff --git a/rsAllocation.cpp b/rsAllocation.cpp index fd0a49c5..3fbbffff 100644 --- a/rsAllocation.cpp +++ b/rsAllocation.cpp @@ -738,7 +738,7 @@ void rsi_AllocationGetPointer(Context *rsc, RsAllocation valloc, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t strideLen) { Allocation *alloc = static_cast(valloc); - assert(strideLen == sizeof(size_t)); + rsAssert(strideLen == sizeof(size_t)); alloc->getPointer(rsc, lod, face, z, array, stride); } -- cgit v1.2.3