Avoid critical.
authorSalvatore Iovene <salvatore@iovene.com>
Mon, 14 Dec 2009 21:45:53 +0000 (23:45 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Mon, 14 Dec 2009 21:45:53 +0000 (23:45 +0200)
modules/tweakr-mce-save.c

index 70ac7c1..279a621 100644 (file)
@@ -54,7 +54,7 @@ int main (int argc, char *argv[])
         exit (EXIT_FAILURE);
     }
 
         exit (EXIT_FAILURE);
     }
 
-    for (i = 0; i < argc - 1; i++)
+    for (i = 0; i < sizeof (v) / sizeof (value_t); i++)
     {
         g_key_file_set_string (kf, v[i].group, v[i].name, v[i].value);
     }
     {
         g_key_file_set_string (kf, v[i].group, v[i].name, v[i].value);
     }