diff options
Diffstat (limited to 'src/main.odin')
| -rw-r--r-- | src/main.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.odin b/src/main.odin index 4d0ac88..a603ca6 100644 --- a/src/main.odin +++ b/src/main.odin @@ -1165,6 +1165,7 @@ indent_by :: proc(i : int) { } walk_directory_old :: proc(path : string, file_number : ^int, depth : int = 0) -> bool { + // TODO: Test with external and internal drives on various computers to see if this is no longer needed. handle, ok := os_old.open(path) defer os_old.close(handle) if ok != os_old.ERROR_NONE { |