trying to fix Unix stat again

This commit is contained in:
Flaminel
2025-02-21 21:49:03 +02:00
parent a63bae0bb9
commit 268ede8a9c
@@ -79,7 +79,7 @@ public class HardlinkFileService : IHardlinkFileService
{ {
try try
{ {
Stat stat = default; Stat stat = new();
if (stat_file(filePath, ref stat) == 0) if (stat_file(filePath, ref stat) == 0)
{ {