| author | |
| committer | |
| log | 83f8441c4f26bdc2ca630aa6225512f9d3927a66 |
| tree | 08e5b40a691e23bb8863fac49de68ea6f34b4b84 |
| parent | a0ec5d1c6ee38e8084e8293030804e4c84fa3b56 |
Co-Authored-By: Ryan Liptak <squeek502@hotmail.com>1 files changed, 1 insertions(+), 1 deletions(-)
tools/update_mingw.zig+1-1| ... | @@ -118,7 +118,7 @@ pub fn main() !void { | ... | @@ -118,7 +118,7 @@ pub fn main() !void { |
| 118 | switch (entry.kind) { | 118 | switch (entry.kind) { |
| 119 | .directory => { | 119 | .directory => { |
| 120 | switch (walker.depth()) { | 120 | switch (walker.depth()) { |
| 121 | 1 => if (def_dirs.get(entry.basename)) { | 121 | 1 => if (def_dirs.has(entry.basename)) { |
| 122 | try walker.enter(entry); | 122 | try walker.enter(entry); |
| 123 | continue; | 123 | continue; |
| 124 | }, | 124 | }, |