| 70fef11b | 27-May-2021 |
Aaron LI <aly@aaronly.me> |
libutil: Allow suffix to be NULL in humanize_{number,unsigned}()
Allow to pass NULL to the suffix argument to these two functions. If suffix is NULL, then take it as "" (i.e., empty suffix). This
libutil: Allow suffix to be NULL in humanize_{number,unsigned}()
Allow to pass NULL to the suffix argument to these two functions. If suffix is NULL, then take it as "" (i.e., empty suffix). This case happens in nvmmctl(8).
show more ...
|