diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2022-01-17 13:17:04 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2022-01-17 13:17:04 +0100 |
| commit | b219349e9d8e0e67c1258fbe64f809f72dd413de (patch) | |
| tree | 22f181204194a2d49b55b2a19f23456233e3214c /src/server/check.odin | |
| parent | 189998bc09a28a4387af12e451dcac6fbc656d62 (diff) | |
FIx new slashpath change
Diffstat (limited to 'src/server/check.odin')
| -rw-r--r-- | src/server/check.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/check.odin b/src/server/check.odin index 79fca7d..ab6dfb2 100644 --- a/src/server/check.odin +++ b/src/server/check.odin @@ -8,7 +8,7 @@ import "core:strings" import "core:slice" import "core:strconv" import "core:encoding/json" -import "core:path" +import path "core:path/slashpath" import "core:runtime" import "core:thread" import "core:sync" |