mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
fix copy/paste bug in moving a block of code
This commit is contained in:
@@ -593,7 +593,7 @@ bool env_universal_t::open_temporary_file(const wcstring &directory, wcstring *o
|
||||
}
|
||||
|
||||
if (!success) {
|
||||
report_error(saved_errno, L"Unable to open temporary file '%s'", out_path->c_str());
|
||||
report_error(saved_errno, L"Unable to open temporary file '%ls'", out_path->c_str());
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user