ntdll: Accept double-digit CPU families.

This commit is contained in:
André Hentschel 2011-08-07 13:45:48 +02:00 committed by Alexandre Julliard
parent e3ff452f39
commit abcdcd9eea
1 changed files with 0 additions and 1 deletions

View File

@ -995,7 +995,6 @@ void fill_cpu_info(void)
{
if (isdigit(value[0]))
{
value[1] = '\0'; /* Make sure we only get one character */
cached_sci.Level = atoi(value);
}
continue;