mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
extfs: uace: print the correct file size.
As a comment in that file notes: 3'rd column is the compressed size, 4'th column is the actual size.
This commit is contained in:
parent
105501ba9c
commit
08a8621fc5
@ -35,7 +35,7 @@ mc_ace_fs_list()
|
|||||||
else
|
else
|
||||||
date[3]=date[3] + 2000
|
date[3]=date[3] + 2000
|
||||||
|
|
||||||
printf "-rw-r--r-- 1 %-8d %-8d %8d %02d-%02d-%04d %s %s\n", uid, 0, $3, date[2], date[1], date[3], $2, $6
|
printf "-rw-r--r-- 1 %-8d %-8d %8d %02d-%02d-%04d %s %s\n", uid, 0, $4, date[2], date[1], date[3], $2, $6
|
||||||
}' 2>/dev/null
|
}' 2>/dev/null
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user