diff -urk .orig powertop-1.11.orig/config.c powertop-1.11/config.c --- powertop-1.11.orig/config.c 2010-01-14 21:19:18 +0400 +++ powertop-1.11/config.c 2010-01-14 21:20:23 +0400 @@ -33,7 +33,7 @@ #include "powertop.h" /* static arrays are not nice programming.. but they're easy */ -static char configlines[5000][100]; +static char configlines[7000][100]; static int configcount; static void read_kernel_config(void)