ppkarwasz commented on code in PR #685:
URL: https://github.com/apache/commons-compress/pull/685#discussion_r2265448147
##########
src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java:
##########
@@ -147,24 +140,22 @@ public ArArchiveInputStream(final InputStream
inputStream) {
super(inputStream, StandardCharsets.US_ASCII.name());
}
- private int asInt(final byte[] byteArray, final int offset, final int len)
throws IOException {
- return asInt(byteArray, offset, len, 10, false);
+ private int asOptionalDecimal(final byte[] byteArray, final int offset,
final int len) throws IOException {
Review Comment:
Fixed in
https://github.com/apache/commons-compress/pull/685/commits/27f247a40d2f984b2dab79a7860b1d2e69088421
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]