Skip to content

Commit e48d1e2

Browse files
committed
corrected variable use.
1 parent 6058e18 commit e48d1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/openpgp/PGPUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ public static InputStream getDecoderStream(
525525
//
526526
// nothing but new lines, little else, assume regular armoring
527527
//
528-
if (count < 4)
528+
if (index < 4)
529529
{
530530
return new ArmoredInputStream(in);
531531
}

0 commit comments

Comments
 (0)