mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Pass a struct stat by const reference instead of by value
This commit is contained in:
@@ -448,7 +448,7 @@ static wcstring file_get_desc(const wcstring &filename,
|
|||||||
int lstat_res,
|
int lstat_res,
|
||||||
const struct stat &lbuf,
|
const struct stat &lbuf,
|
||||||
int stat_res,
|
int stat_res,
|
||||||
struct stat buf,
|
const struct stat &buf,
|
||||||
int err)
|
int err)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user