From 0a47423f29eed57b6c1ed10d06eea7e12e9eddfe Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Sun, 3 May 2020 13:40:49 -0400 Subject: [PATCH] this is pretty useful --- Libraries/UniversalEditor.Core/IO/Reader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/UniversalEditor.Core/IO/Reader.cs b/Libraries/UniversalEditor.Core/IO/Reader.cs index dbbdb94d..99b2fa79 100644 --- a/Libraries/UniversalEditor.Core/IO/Reader.cs +++ b/Libraries/UniversalEditor.Core/IO/Reader.cs @@ -254,7 +254,7 @@ namespace UniversalEditor.IO return new DateTime(nYear, nMonth, nDay, nHour + gmtOffset, nMinute, nSecond, nSecondHundredths, DateTimeKind.Utc); } - protected internal int Read7BitEncodedInt() + public int Read7BitEncodedInt() { int num = 0; int num2 = 0;