popup.c | 2 ++
1 file changed, 2 insertions(+)
--- loadmeter-1.20.orig/popup.c
+++ loadmeter-1.20/popup.c
@@ -211,6 +211,7 @@
break;
/* Return if no FS matches */
if(usages[mask].path == NULL)
+ {
if(which < mask || which < 1)
{
infodown();
@@ -219,6 +220,7 @@
Meminfo(mask+1);
return;
}
+ }
infodown();
/* Window height */
height = (pfont->max_bounds.ascent + pfont->max_bounds.descent)*9 + 7;