Commit ecbd2dd3 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

setupapi: Fix an uninitialized variable warning (Valgrind).

parent 5f0d53e2
......@@ -196,6 +196,7 @@ UINT CALLBACK QUEUE_callback_WtoA( void *context, UINT notification,
switch(notification)
{
case SPFILENOTIFY_COPYERROR:
buffer[0] = 0;
param2 = (UINT_PTR)buffer;
/* fall through */
case SPFILENOTIFY_STARTDELETE:
......
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