mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Fix return value in winfsp's GetVolumeInfo.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace RomRepoMgr.Core.Filesystem
|
|||||||
volumeInfo.FreeSize = 0;
|
volumeInfo.FreeSize = 0;
|
||||||
volumeInfo.TotalSize = totalSize;
|
volumeInfo.TotalSize = totalSize;
|
||||||
|
|
||||||
return base.GetVolumeInfo(out volumeInfo);
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override int Open(string fileName, uint createOptions, uint grantedAccess, out object fileNode,
|
public override int Open(string fileName, uint createOptions, uint grantedAccess, out object fileNode,
|
||||||
|
|||||||
Reference in New Issue
Block a user