From bd7546559c4ffc90e5582c3a77d6ff589e557e9b Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 9 May 2017 22:02:37 -0700 Subject: [PATCH] tst: memfs-dotnet: Create: fix allocation size --- tst/memfs-dotnet/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tst/memfs-dotnet/Program.cs b/tst/memfs-dotnet/Program.cs index 22602110..6e44ae1a 100644 --- a/tst/memfs-dotnet/Program.cs +++ b/tst/memfs-dotnet/Program.cs @@ -341,7 +341,6 @@ namespace memfs FileNode.FileInfo.FileAttributes = 0 != (FileAttributes & (UInt32)System.IO.FileAttributes.Directory) ? FileAttributes : FileAttributes | (UInt32)System.IO.FileAttributes.Archive; FileNode.FileSecurity = SecurityDescriptor; - FileNode.FileInfo.AllocationSize = AllocationSize; if (0 != AllocationSize) { Result = SetFileSizeInternal(FileNode, AllocationSize, true);