* fhandler_proc.cc (format_proc_partitions): Fix compiler warning.

This commit is contained in:
Corinna Vinschen 2011-01-17 14:31:30 +00:00
parent be37165114
commit fc660168bf
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;