Commit abcdcd9e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Accept double-digit CPU families.

parent e3ff452f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment