diff options
Diffstat (limited to 'include/libbb.h')
-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 b438ec2..780bd45 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -451,7 +451,7 @@ const char *make_human_readable_str(unsigned long long size, char *bin2hex(char *buf, const char *cp, int count); struct suffix_mult { - const char *suffix; + char suffix[4]; unsigned mult; }; #include "xatonum.h" |