Fix for an app_server bug. Thanks Ingo\!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14200 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2005-09-19 19:45:17 +00:00
parent 1b65556d66
commit 715e2973a9

View File

@ -567,7 +567,10 @@ BRegion::Support::ROr(long top, long bottom, const BRegion &first,
if (foundCount > 1)
SortTrans(lefts, rights, foundCount);
ASSERT(foundCount > 0);
// TODO: This needs to be reviewed by BRegion owner.
// ASSERT(foundCount > 0);
if (foundCount == 0)
return;
clipping_rect rect;
rect.top = top;