Updated mbmon
This commit is contained in:
parent
86071b1159
commit
b994bf4782
@ -309,7 +309,7 @@ void system_stat(void)
|
|||||||
mvprintw(19,30, (char *)"%s", strtok(NULL, ";"));
|
mvprintw(19,30, (char *)"%s", strtok(NULL, ";"));
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (enoughspace()) {
|
switch (enoughspace(CFG.freespace)) {
|
||||||
case 0: mvprintw(13, 72, "Full ");
|
case 0: mvprintw(13, 72, "Full ");
|
||||||
break;
|
break;
|
||||||
case 1: mvprintw(13, 72, "Ok ");
|
case 1: mvprintw(13, 72, "Ok ");
|
||||||
|
Reference in New Issue
Block a user