* 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

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