Date: Fri, 30 Dec 2016 12:21:07 +0100
Fix up commit ab7108a6 (Fixed some potentially unterminated strings) by
adding a space after the comma.
Signed-off-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
---
src/cpu/cpu.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
index a801033..f3711f5 100644
--- a/src/cpu/cpu.cpp
+++ b/src/cpu/cpu.cpp
@@ -258,7 +258,7 @@ void enumerate_cpus(void)
c++;
if (*c == ' ')
c++;
- pt_strcpy(vendor,c);
+ pt_strcpy(vendor, c);
}
}
if (strncmp(line, "processor\t",10) == 0) {
--
2.11.0
Show replies by date