du
This commit is contained in:
parent
dd6b6e771b
commit
69fe627457
@ -14,5 +14,5 @@ const char *libs[] = {
|
||||
};
|
||||
|
||||
#define CFLAGS "-Wall -Wextra -pedantic -Os -s -I ../libmu"
|
||||
#define CC "cc"
|
||||
#define CC "tcc"
|
||||
#endif
|
||||
|
@ -16,7 +16,7 @@ void print(double size, const char *filename) {
|
||||
char c = 0;
|
||||
|
||||
if (h_flag) {
|
||||
if (size < 1048576) {
|
||||
if (size < 1048576 && !m_flag) {
|
||||
size = size / 1024;
|
||||
c = 'K';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user