On Wed, Feb 21, 2018 at 1:31 PM, Henri Verbeet hverbeet@gmail.com wrote:
On 21 February 2018 at 02:29, Józef Kucia jkucia@codeweavers.com wrote:
const char *wined3d_debug_resource_access(DWORD access) {
- char buf[91];
- char buf[124];
Actually, as Paul pointed out, I think that should be 125.
Yes, 125 is the correct value.