diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1798,7 +1798,7 @@ ssize_t safe_read(int fd, void *buf, size_t count) | |||
1798 | #endif | 1798 | #endif |
1799 | 1799 | ||
1800 | #ifdef BB_FEATURE_HUMAN_READABLE | 1800 | #ifdef BB_FEATURE_HUMAN_READABLE |
1801 | const char *format(unsigned long val, unsigned long hr) | 1801 | const char *make_human_readable_str(unsigned long val, unsigned long hr) |
1802 | { | 1802 | { |
1803 | int i=0; | 1803 | int i=0; |
1804 | static char str[10] = "\0"; | 1804 | static char str[10] = "\0"; |