diff options
| author | San Jacobs | 2026-05-11 23:17:27 +0200 |
|---|---|---|
| committer | San Jacobs | 2026-05-11 23:17:27 +0200 |
| commit | bb8359c6a59c79aa7fd912e4321dd9180d452991 (patch) | |
| tree | ca419fd806399e70973b576621c9fb4a27530fab | |
| parent | 8fdea54e718157389ef5c2df6864d9cd3e895897 (diff) | |
| download | better-report-bb8359c6a59c79aa7fd912e4321dd9180d452991.tar.gz better-report-bb8359c6a59c79aa7fd912e4321dd9180d452991.tar.bz2 better-report-bb8359c6a59c79aa7fd912e4321dd9180d452991.zip | |
TODO: Check if I can yeet walk_directory_old()
| -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 { |