mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed a bug unlocking products with multiple machine numbers
This commit is contained in:
parent
1d92f9c9d0
commit
4b3632ac9c
1 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,9 @@ static var machineNumberAllowed (StringArray numbersFromKeyFile,
|
|||
if (result)
|
||||
break;
|
||||
}
|
||||
|
||||
if (result)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue