diff options
| author | Matt Kraai <kraai@debian.org> | 2001-03-28 20:10:25 +0000 |
|---|---|---|
| committer | Matt Kraai <kraai@debian.org> | 2001-03-28 20:10:25 +0000 |
| commit | d98e574d4125d7b54516b9fd2f7394fa10dd6eb4 (patch) | |
| tree | d2efd8a0fe6cdcabe276fffe5c3374ded5ae90d6 /include | |
| parent | 7cd0cfeab696a4e5b2794dd66541b6d2a6cc3663 (diff) | |
| download | busybox-w32-d98e574d4125d7b54516b9fd2f7394fa10dd6eb4.tar.gz busybox-w32-d98e574d4125d7b54516b9fd2f7394fa10dd6eb4.tar.bz2 busybox-w32-d98e574d4125d7b54516b9fd2f7394fa10dd6eb4.zip | |
Patch bass ackwards behavior of hr flag.
Diffstat (limited to 'include')
| -rw-r--r-- | include/libbb.h | 2 |
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 { | |||
| 201 | }; | 201 | }; |
| 202 | extern int sysinfo (struct sysinfo* info); | 202 | extern int sysinfo (struct sysinfo* info); |
| 203 | 203 | ||
| 204 | const char *make_human_readable_str(unsigned long val, unsigned long hr); | 204 | const char *make_human_readable_str(unsigned long val, unsigned long not_hr); |
| 205 | enum { | 205 | enum { |
| 206 | KILOBYTE = 1024, | 206 | KILOBYTE = 1024, |
| 207 | MEGABYTE = (KILOBYTE*1024), | 207 | MEGABYTE = (KILOBYTE*1024), |
