trying to fix Unix stat again
This commit is contained in:
@@ -79,7 +79,7 @@ public class HardlinkFileService : IHardlinkFileService
|
||||
{
|
||||
try
|
||||
{
|
||||
Stat stat = default;
|
||||
Stat stat = new();
|
||||
|
||||
if (stat_file(filePath, ref stat) == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user