Commit 609b42c1 authored by Brendan Shanks's avatar Brendan Shanks Committed by Alexandre Julliard

win32u: Enlarge buffer size in _CDS_flags.

parent a7564b0f
......@@ -2798,7 +2798,7 @@ NTSTATUS WINAPI NtUserEnumDisplayDevices( UNICODE_STRING *device, DWORD index,
static const char *_CDS_flags( DWORD fields )
{
BOOL first = TRUE;
CHAR buf[128];
CHAR buf[130];
CHAR *p = buf;
_X_FIELD(CDS, UPDATEREGISTRY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment