summaryrefslogtreecommitdiff
path: root/LibTSforge/PhysicalStore/PhysicalStoreVista.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-07 23:23:19 +0000
committerWither OrNot2025-04-07 23:23:19 +0000
commitb7868ff296016917c38657474117d5ca820b2312 (patch)
tree5c3dd53fe258c322c14dc2d69b8864a98de91a4a /LibTSforge/PhysicalStore/PhysicalStoreVista.cs
parentcb5c97d443982e547a8dd5a76032de8fa6859b61 (diff)
parent3a3ac06ca3715127475c7a2c7b3f0782e1690dfb (diff)
downloadTSforge-b7868ff296016917c38657474117d5ca820b2312.zip
Merge branch 'longhorn' of https://github.com/massgravel/TSforge into longhorn1.1.0-longhorn+1
Diffstat (limited to 'LibTSforge/PhysicalStore/PhysicalStoreVista.cs')
-rw-r--r--LibTSforge/PhysicalStore/PhysicalStoreVista.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibTSforge/PhysicalStore/PhysicalStoreVista.cs b/LibTSforge/PhysicalStore/PhysicalStoreVista.cs
index 809be77..5251914 100644
--- a/LibTSforge/PhysicalStore/PhysicalStoreVista.cs
+++ b/LibTSforge/PhysicalStore/PhysicalStoreVista.cs
@@ -3,7 +3,7 @@ namespace LibTSforge.PhysicalStore
using System;
using System.Collections.Generic;
using System.IO;
- using LibTSforge.Crypto;
+ using Crypto;
public class VistaBlock
{
@@ -88,7 +88,7 @@ namespace LibTSforge.PhysicalStore
public sealed class PhysicalStoreVista : IPhysicalStore
{
- private byte[] PreHeaderBytes = new byte[] { };
+ private byte[] PreHeaderBytes = { };
private readonly List<VistaBlock> Blocks = new List<VistaBlock>();
private readonly FileStream TSPrimary;
private readonly FileStream TSSecondary;