io: add linux support
This commit is contained in:
@@ -75,7 +75,7 @@ static fx_result file_open_shadow(
|
||||
|
||||
fx_string_prepend_cstr(filename, ".~");
|
||||
|
||||
fx_path *shadow_filename = fx_path_create_from_cstr(fx_string_ptr(filename));
|
||||
fx_path *shadow_filename = fx_path_create_from_cstr(fx_string_get_cstr(filename));
|
||||
fx_string_unref(filename);
|
||||
|
||||
const fx_path *parts[] = {
|
||||
|
||||
Reference in New Issue
Block a user