Updated mbmon

This commit is contained in:
Michiel Broek 2004-03-20 21:12:06 +00:00
parent 86071b1159
commit b994bf4782

View File

@ -309,7 +309,7 @@ void system_stat(void)
mvprintw(19,30, (char *)"%s", strtok(NULL, ";"));
}
switch (enoughspace()) {
switch (enoughspace(CFG.freespace)) {
case 0: mvprintw(13, 72, "Full ");
break;
case 1: mvprintw(13, 72, "Ok ");