General code clean-up, refactor and commenting.

This commit is contained in:
2020-11-11 04:19:07 +00:00
parent bc6ce2372d
commit edf5148d49

View File

@@ -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);