Compare commits

...

2 Commits

2 changed files with 3 additions and 1 deletions

2
Directory.Build.props Normal file
View File

@@ -0,0 +1,2 @@
<Project></Project>

View File

@@ -476,7 +476,7 @@ namespace SabreTools.FileTypes.Archives
ds.Dispose();
// Now write the standard footer
sw.Write([.. baseFile.CRC!.Reverse()]);
sw.Write([.. System.Linq.Enumerable.Reverse(baseFile.CRC!)]);
sw.Write((uint)(baseFile.Size ?? 0));
// Dispose of everything