Fix bug when ignoring offset
This commit is contained in:
parent
34190f6576
commit
ab19dedf1f
1 changed files with 3 additions and 2 deletions
|
|
@ -142,9 +142,10 @@ namespace SharpCompress.Common.Rar
|
|||
|
||||
for (int i = 0; i < count; i++)
|
||||
{
|
||||
buffer[i] = _data.Dequeue();
|
||||
buffer[offset+i] = _data.Dequeue();
|
||||
Console.Write(buffer[i].ToString("x2") + " ");
|
||||
}
|
||||
}
|
||||
Console.WriteLine();
|
||||
}
|
||||
return count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue