diff --git a/src/VBASync/Model/VbaFolder.cs b/src/VBASync/Model/VbaFolder.cs index 4a03b84..ac8a433 100644 --- a/src/VBASync/Model/VbaFolder.cs +++ b/src/VBASync/Model/VbaFolder.cs @@ -405,7 +405,7 @@ public void Read(string path) bw.Write((short)0x424c); bw.Write(new byte[3]); bw.Write(size >> 8); - bw.Write(new byte[11]); + bw.Write(new byte[15]); bw.Write(bytes); } }