Merge branch 'master' into sysinfo

This commit is contained in:
Jeroen van Rijn
2022-09-03 17:00:14 +02:00
6 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ absolute_path_from_handle :: proc(fd: Handle) -> (string, Errno) {
return "", Errno(get_last_error())
}
path := strings.clone_from_cstring(cstring(&buf[0]), context.temp_allocator)
path := strings.clone_from_cstring(cstring(&buf[0]))
return path, ERROR_NONE
}