Commit 6054f2cc authored by Isira Seneviratne's avatar Isira Seneviratne Committed by Alexandre Julliard

cabinet/tests: Alter string declaration to include null terminator.

parent 4321cd9d
......@@ -776,7 +776,7 @@ static UINT CDECL fdi_mem_read(INT_PTR hf, void *pv, UINT cb)
static UINT CDECL fdi_mem_write(INT_PTR hf, void *pv, UINT cb)
{
static const char expected[12] = "Hello World!";
static const char expected[] = "Hello World!";
trace("mem_write(%#lx,%p,%u)\n", hf, pv, cb);
......
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