diff options
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 996444a66..394f42e25 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -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, |