forked from pool/cmake
af90cd4ccf
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=81ec3368914d2c206c3a434f4b5261a1
14 lines
506 B
Diff
14 lines
506 B
Diff
Index: Source/kwsys/SystemInformation.cxx
|
|
===================================================================
|
|
--- Source/kwsys/SystemInformation.cxx.orig 2010-06-28 17:16:00.000000000 +0200
|
|
+++ Source/kwsys/SystemInformation.cxx 2010-07-21 14:13:20.000000000 +0200
|
|
@@ -152,7 +152,7 @@ public:
|
|
|
|
public:
|
|
#define VENDOR_STRING_LENGTH (12 + 1)
|
|
-#define CHIPNAME_STRING_LENGTH (48 + 1)
|
|
+#define CHIPNAME_STRING_LENGTH (70 + 1)
|
|
#define SERIALNUMBER_STRING_LENGTH (29 + 1)
|
|
|
|
typedef struct tagID
|