summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kit/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit/file.c b/source/kit/file.c
index 10f4857..8fcf4fb 100644
--- a/source/kit/file.c
+++ b/source/kit/file.c
@@ -156,7 +156,7 @@ kit_str_builder_t kit_path_cache(kit_allocator_t *alloc) {
DA_DESTROY(cache);
#if defined(_WIN32) && !defined(__CYGWIN__)
- cache = kit_get_env_("TEMP", alloc);
+ cache = kit_get_env(SZ("TEMP"), alloc);
if (cache.size != 0)
return cache;
DA_DESTROY(cache);