Skip to content

Commit a034f61

Browse files
committed
change to use this.read() relates to github #1577
1 parent 66e042b commit a034f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/bcpg/BCPGInputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public int nextPacketTag()
151151
{
152152
try
153153
{
154-
nextB = in.read();
154+
nextB = this.read();
155155
}
156156
catch (EOFException e)
157157
{

0 commit comments

Comments
 (0)