mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code clean-up, refactor and commenting.
This commit is contained in:
@@ -1033,8 +1033,8 @@ namespace Aaru.CommonTypes.Structs.Devices.ATA
|
||||
|
||||
for(int i = 0; i < length; i += 2)
|
||||
{
|
||||
outbuf[i] = buffer[offset + i + 1];
|
||||
outbuf[i + 1] = buffer[offset + i];
|
||||
outbuf[i] = buffer[offset + i + 1];
|
||||
outbuf[i + 1] = buffer[offset + i];
|
||||
}
|
||||
|
||||
string outStr = StringHandlers.CToString(outbuf);
|
||||
|
||||
Reference in New Issue
Block a user