| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* type of file size (len) changed to size_t from int to support file larger than 2G * fix a bug of size unit display
|
|
||
| /* Function wrote by Max (Felipe Astroza), thanks! */ | ||
| static char *mk_dirhtml_human_readable_size(char *buf, size_t size, int len) | ||
| static char *mk_dirhtml_human_readable_size(char *buf, size_t size, size_t len) |
There was a problem hiding this comment.
Maybe rename size to buf_size to avoid this sort of problem.
And len to file_len or file_size (look more english).
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.