-
- Downloads
Use int instead of long for struct dir->items
2 billion files should be enough for everyone. You probably won't have enough memory to scan such a filesystem. int is a better choice than long, as sizeof(int) is 4 on pretty much any system where ncdu runs.
Loading
Please register or sign in to comment