mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
fix copy/paste bug in moving a block of code
This commit is contained in:
parent
5da3d2f27b
commit
6c8ecab44b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user