Oops! I left in my debug noise.
This commit is contained in:
parent
7c3e7ac940
commit
54006bce25
@ -64,17 +64,14 @@ static int df(char *device, const char *mountPoint)
|
||||
#ifdef BB_FEATURE_HUMAN_READABLE
|
||||
switch (disp_hr) {
|
||||
case MEGABYTE:
|
||||
fprintf(stderr, "got MEGABYTE\n");
|
||||
divisor = KILOBYTE;
|
||||
base = KILOBYTE;
|
||||
break;
|
||||
case KILOBYTE:
|
||||
fprintf(stderr, "got KILOBYTE\n");
|
||||
divisor = KILOBYTE;
|
||||
base = 1;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "got something else\n");
|
||||
divisor = KILOBYTE;
|
||||
base = 0;
|
||||
}
|
||||
|
3
df.c
3
df.c
@ -64,17 +64,14 @@ static int df(char *device, const char *mountPoint)
|
||||
#ifdef BB_FEATURE_HUMAN_READABLE
|
||||
switch (disp_hr) {
|
||||
case MEGABYTE:
|
||||
fprintf(stderr, "got MEGABYTE\n");
|
||||
divisor = KILOBYTE;
|
||||
base = KILOBYTE;
|
||||
break;
|
||||
case KILOBYTE:
|
||||
fprintf(stderr, "got KILOBYTE\n");
|
||||
divisor = KILOBYTE;
|
||||
base = 1;
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "got something else\n");
|
||||
divisor = KILOBYTE;
|
||||
base = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user