Tabify
This commit is contained in:
parent
928e3d83ee
commit
a2670e4582
@ -26,7 +26,7 @@ namespace UniversalEditor.IO
|
||||
public class Reader : ReaderWriterBase
|
||||
{
|
||||
public Reader(Accessor input)
|
||||
: base(input)
|
||||
: base(input)
|
||||
{
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@ namespace UniversalEditor.IO
|
||||
{
|
||||
int maxByteCount = base.Accessor.DefaultEncoding.GetMaxByteCount(1);
|
||||
byte[] bytes = PeekBytes(maxByteCount);
|
||||
charBuffer = base.Accessor.DefaultEncoding.GetString(bytes);
|
||||
charBuffer = base.Accessor.DefaultEncoding.GetString(bytes);
|
||||
charBufferIndex = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user