From: Pierre Joye Date: Sun, 30 May 2010 07:36:19 +0000 (+0000) Subject: - ws X-Git-Tag: php-5.3.3RC1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e2d9e0ae706d9baa4a1f238dd6f5def1d74512d5;p=php - ws --- diff --git a/ext/standard/info.c b/ext/standard/info.c index a1e2b1edff..f9d3299896 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -281,7 +281,7 @@ char* php_get_windows_name() } if (VER_PLATFORM_WIN32_NT==osvi.dwPlatformId && osvi.dwMajorVersion > 4 ) { - if (osvi.dwMajorVersion == 6 && osvi.dwMinorVersion == 0 ) { + if (osvi.dwMajorVersion == 6 && osvi.dwMinorVersion == 0 ) { if (osvi.wProductType == VER_NT_WORKSTATION) { major = "Windows Vista"; } else {