Fixed issue with Windows version array

This commit is contained in:
nathan 2016-12-27 01:51:25 +01:00
parent 367f175c1a
commit 395f0470bc

View File

@ -76,7 +76,7 @@ class OsUtil {
int[] version = new int[3];
version[0] = 0;
version[1] = 0;
version[3] = 0;
version[2] = 0;
if (!OS.isWindows()) {
return version;