mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce Linq usage across entire project
This commit is contained in:
@@ -484,7 +484,7 @@ namespace SabreTools.FileTypes.Archives
|
||||
ds.Dispose();
|
||||
|
||||
// Now write the standard footer
|
||||
sw.Write(baseFile.CRC!.Reverse().ToArray());
|
||||
sw.Write([.. baseFile.CRC!.Reverse()]);
|
||||
sw.Write((uint)(baseFile.Size ?? 0));
|
||||
|
||||
// Dispose of everything
|
||||
|
||||
Reference in New Issue
Block a user