http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
180f74a
)
mountmgr.sys: Avoid a compiler warning on older gcc.
author
Alexandre Julliard
<julliard@winehq.org>
Thu, 4 Dec 2008 13:32:21 +0000
(14:32 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Thu, 4 Dec 2008 13:32:21 +0000
(14:32 +0100)
dlls/mountmgr.sys/mountmgr.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mountmgr.sys/mountmgr.c
b/dlls/mountmgr.sys/mountmgr.c
index 5dc9051b177ae5f04f92cedac3d50cfe08d69eea..00112b9ad26b66138f7b3b9454cddcdf12fef8dc 100644
(file)
--- a/
dlls/mountmgr.sys/mountmgr.c
+++ b/
dlls/mountmgr.sys/mountmgr.c
@@
-283,7
+283,7
@@
static NTSTATUS query_unix_drive( const void *in_buff, SIZE_T insize,
const char *device, *mount_point;
int letter = tolowerW( input->letter );
NTSTATUS status;
- DWORD size, type;
+ DWORD size, type
= DEVICE_UNKNOWN
;
enum device_type device_type;
char *ptr;