summaryrefslogtreecommitdiffstats
path: root/web/attachments/78851-check_disk-typo.patch
blob: cf8cfcdeaeac669ec17466ad6a323ebf49154e19 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- check_disk.c.orig	Wed Mar  3 11:19:38 2004
+++ check_disk.c	Wed Mar  3 11:19:49 2004
@@ -373,7 +373,7 @@
 			mult = 1024 * 1024;
 			if (units)
 				free(units);
-			units = strdup ("kB");
+			units = strdup ("MB");
 			break;
 		case 'l':
 			show_local_fs = 1;