mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 08:11:15 -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,
|
||||
const struct stat &lbuf,
|
||||
int stat_res,
|
||||
struct stat buf,
|
||||
const struct stat &buf,
|
||||
int err)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user