* fhandler_proc.cc (format_proc_cpuinfo): Avoid leading whitespace in model

name.
This commit is contained in:
Christopher Faylor
2006-01-10 16:49:28 +00:00
parent 4c8650efd8
commit 23de77b72b
2 changed files with 6 additions and 1 deletions

View File

@ -793,7 +793,7 @@ format_proc_cpuinfo (char *destbuf, size_t maxsize)
type_str,
family,
model,
szBuffer,
szBuffer + strspn (szBuffer, " "),
stepping,
brand_id,
cpu_count,