1
0
Fork 0
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:
Tom Poole 2018-08-09 14:34:47 +01:00
parent 1d92f9c9d0
commit 4b3632ac9c

View file

@ -207,6 +207,9 @@ static var machineNumberAllowed (StringArray numbersFromKeyFile,
if (result)
break;
}
if (result)
break;
}
}