mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 03:49:44 -04:00
Use readlink_mode::unix for (WinFsp) FUSE layer
This commit is contained in:
parent
759178bbfd
commit
1b1a2b41b4
@ -369,7 +369,7 @@ int op_readlink_common(LogProxy& log_, dwarfs_userdata* userdata,
|
||||
|
||||
try {
|
||||
if (auto entry = find()) {
|
||||
err = userdata->fs.readlink(*entry, str);
|
||||
err = userdata->fs.readlink(*entry, str, readlink_mode::unix);
|
||||
}
|
||||
} catch (dwarfs::system_error const& e) {
|
||||
LOG_ERROR << e.what();
|
||||
|
Loading…
x
Reference in New Issue
Block a user