mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use string interpolation expression.
This commit is contained in:
@@ -887,7 +887,7 @@ namespace DiscImageChef.Core.Devices.Report.SCSI
|
||||
if(debug)
|
||||
{
|
||||
FileStream bingo =
|
||||
new FileStream(string.Format("{0}_readlong.bin", dev.Model),
|
||||
new FileStream($"{dev.Model}_readlong.bin",
|
||||
FileMode.Create);
|
||||
bingo.Write(buffer, 0, buffer.Length);
|
||||
bingo.Close();
|
||||
|
||||
Reference in New Issue
Block a user