mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
avgdvg: Coverity 316107 (wrong variable?) regression check needed.
This commit is contained in:
parent
28256429ab
commit
070e50bf82
@ -136,7 +136,7 @@ void avgdvg_device_base::vg_flush()
|
||||
cx1 = cx0;
|
||||
cx0 = t;
|
||||
}
|
||||
if (cy0 > cx1)
|
||||
if (cy0 > cy1)
|
||||
{
|
||||
const int t = cy1;
|
||||
cy1 = cy0;
|
||||
|
Loading…
Reference in New Issue
Block a user