Ninety-nine bugs on the wall, Fix one bug, pass it around, 101 bugs on the wall..
Properly fixes bug introduced in4beafe1
(and incorrectly fixed in51fe1b6
) Change-Id: I053bb110746afdc3d9588b1b502a4cb333468a2b
This commit is contained in:
parent
51fe1b6705
commit
c2139db6c5
1 changed files with 3 additions and 1 deletions
|
@ -311,10 +311,12 @@ static int info_speak_item(int selected_item, void * data)
|
|||
{
|
||||
volume_size(IF_MV(0,) &info->size, &info->free);
|
||||
#ifdef HAVE_DIRCACHE
|
||||
#ifdef HAVE_MULTIVOLUME
|
||||
if (volume_ismounted(1))
|
||||
volume_size(1, &info->size2, &info->free2);
|
||||
volume_size(1, &info->size2, &info->free2);
|
||||
else
|
||||
info->size2 = 0;
|
||||
#endif
|
||||
#endif
|
||||
info->new_data = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue