cortex: Fix PVS 1504
Fix 'r' is assigned values twice successively. Change-Id: Ia46786badb1235f16c42e09eb9e9fb750fb2bf29 Reviewed-on: https://review.haiku-os.org/760 Reviewed-by: Barrett17 <b.vitruvio@gmail.com>
This commit is contained in:
parent
67f185ecf5
commit
b6766af3e6
@ -650,7 +650,7 @@ void MediaJack::_drawInto(
|
||||
}
|
||||
else if (isOutput())
|
||||
{
|
||||
BRect r = targetRect;
|
||||
BRect r;
|
||||
BPoint p;
|
||||
|
||||
// fill rect
|
||||
|
Loading…
Reference in New Issue
Block a user