Module: wine Branch: master Commit: abcdcd9eeaaf60e084819b98eb79dcf0d455b019 URL: http://source.winehq.org/git/wine.git/?a=commit;h=abcdcd9eeaaf60e084819b98eb...
Author: André Hentschel nerv@dawncrow.de Date: Sun Aug 7 13:45:48 2011 +0200
ntdll: Accept double-digit CPU families.
---
dlls/ntdll/nt.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/ntdll/nt.c b/dlls/ntdll/nt.c index f9302c1..bc7ef86 100644 --- a/dlls/ntdll/nt.c +++ b/dlls/ntdll/nt.c @@ -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;