mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 13:42:06 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
c3a4218816
@ -365,6 +365,9 @@ public class AnsiBufferedInputStream extends InputStream {
|
||||
|
||||
protected int parseNumericBuffer() {
|
||||
String numeric = readAndClearEscBuf();
|
||||
if (numeric.isEmpty()) {
|
||||
return 0;
|
||||
}
|
||||
int result = Integer.parseInt(numeric);
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user