aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-03-28 20:10:25 +0000
committerMatt Kraai <kraai@debian.org>2001-03-28 20:10:25 +0000
commitd98e574d4125d7b54516b9fd2f7394fa10dd6eb4 (patch)
treed2efd8a0fe6cdcabe276fffe5c3374ded5ae90d6 /include
parent7cd0cfeab696a4e5b2794dd66541b6d2a6cc3663 (diff)
downloadbusybox-d98e574d4125d7b54516b9fd2f7394fa10dd6eb4.tar.gz
Patch bass ackwards behavior of hr flag.
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 4c23b2b80..b5c845952 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -201,7 +201,7 @@ struct sysinfo {
};
extern int sysinfo (struct sysinfo* info);
-const char *make_human_readable_str(unsigned long val, unsigned long hr);
+const char *make_human_readable_str(unsigned long val, unsigned long not_hr);
enum {
KILOBYTE = 1024,
MEGABYTE = (KILOBYTE*1024),