mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor and code cleanup.
This commit is contained in:
@@ -284,7 +284,7 @@ namespace DiscImageChef.Core
|
||||
ibgHeader.Replace("\r\n", "\n").Replace("\r", "\n").Replace("\n", "\r\n");
|
||||
|
||||
StreamWriter sr = new StreamWriter(ibgFs);
|
||||
sr.Write(ibgHeader.ToString());
|
||||
sr.Write(ibgHeader);
|
||||
sr.Close();
|
||||
ibgFs.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user