[PATCH] d3d8/tests: Fix copy&paste issue in compare_mode (cppcheck)

Henri Verbeet hverbeet at gmail.com
Fri Jan 27 06:43:10 CST 2017


On 27 January 2017 at 05:58, Bruno Jesus <00cpxxx at gmail.com> wrote:
> -    unsigned int h = mode_b->h - mode_b->h;
> +    unsigned int h = mode_a->h - mode_b->h;
This is correct of course, but I'd hesitate to call copy/paste on it.



More information about the wine-devel mailing list