Skip to content

Commit

Permalink
GP-0 Bug fix in EnumDB
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidra1 committed Jan 11, 2024
1 parent 89de5d2 commit a299648
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,8 @@ public EnumSignedState getSignedState() {
public int getMinimumPossibleLength() {
lock.acquire();
try {
checkIsValid();
initializeIfNeeded();
if (valueMap.isEmpty()) {
return 1;
}
Expand Down

0 comments on commit a299648

Please sign in to comment.