projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37faec1
)
fixed uninitialized variable warning
author
Thomas Bluemel
<thomas@reactsoft.com>
Wed, 28 Dec 2005 14:55:22 +0000
(14:55 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Wed, 28 Dec 2005 14:55:22 +0000
(14:55 +0000)
svn path=/trunk/; revision=20395
reactos/lib/setupapi/install.c
patch
|
blob
|
history
diff --git
a/reactos/lib/setupapi/install.c
b/reactos/lib/setupapi/install.c
index
d6404c9
..
98eb790
100644
(file)
--- a/
reactos/lib/setupapi/install.c
+++ b/
reactos/lib/setupapi/install.c
@@
-866,7
+866,7
@@
BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
{
SP_DEVINSTALL_PARAMS_W install_params;
struct files_callback_info info;
- HSPFILEQ queue;
+ HSPFILEQ queue
= NULL
;
BOOL use_custom_queue;
BOOL ret;