mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-17 06:52:44 +08:00
Removed a log
This commit is contained in:
parent
8d2f107d61
commit
a9c238a1fc
|
@ -181,7 +181,7 @@ int wstat(const wchar_t *file_name, struct stat *buf)
|
|||
|
||||
int lwstat(const wchar_t *file_name, struct stat *buf)
|
||||
{
|
||||
fprintf(stderr, "%s\n", __PRETTY_FUNCTION__);
|
||||
// fprintf(stderr, "%s\n", __PRETTY_FUNCTION__);
|
||||
cstring tmp = wcs2string(file_name);
|
||||
return lstat(tmp.c_str(), buf);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user