Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > d5b2fd693e0c322138d9ed37c19fc91f > files > 1

powertop-1.11-3mdv2010.1.src.rpm

Index: powertop-1.11/config.c
===================================================================
--- powertop-1.11.orig/config.c
+++ powertop-1.11/config.c
@@ -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[6000][100];
 static int configcount;
 
 static void read_kernel_config(void)