* fhandler_proc.cc (format_proc_partitions): Fix compiler warning.
This commit is contained in:
parent
be37165114
commit
fc660168bf
|
@ -1,3 +1,7 @@
|
|||
2011-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler_proc.cc (format_proc_partitions): Fix compiler warning.
|
||||
|
||||
2011-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.cc (path_conv::check): Don't follow reparse point symlinks if
|
||||
|
|
|
@ -1124,7 +1124,7 @@ format_proc_partitions (void *, char *&destbuf)
|
|||
PARTITION_INFORMATION_EX *pix = NULL;
|
||||
PARTITION_INFORMATION *pi = NULL;
|
||||
DWORD bytes_read;
|
||||
DWORD part_cnt;
|
||||
DWORD part_cnt = 0;
|
||||
unsigned long long size;
|
||||
device dev;
|
||||
|
||||
|
|
Loading…
Reference in New Issue