-
- Downloads
Minor improvements to chdir on browsing
- Don't do the chdir when working on an imported file; To keep with the spirit that ncdu doesn't attempt to correlate the imported fs with the actual fs. - Call path_chdir() instead of chdir(), the former can handle infinitely long paths. (And, more pragmatically, doesn't generate a warning with -Wunused-result enabled). (That said, path_chdir() is fairly inefficient and could use some improvements)
Please register or sign in to comment