summaryrefslogtreecommitdiff
path: root/plugins/dfxvideo/gpucfg-0.1df/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfxvideo/gpucfg-0.1df/main.c')
-rw-r--r--plugins/dfxvideo/gpucfg-0.1df/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dfxvideo/gpucfg-0.1df/main.c b/plugins/dfxvideo/gpucfg-0.1df/main.c
index 67432e02..c12cceba 100644
--- a/plugins/dfxvideo/gpucfg-0.1df/main.c
+++ b/plugins/dfxvideo/gpucfg-0.1df/main.c
@@ -274,7 +274,7 @@ main (int argc, char *argv[])
val = atoi(p + len);
}
- for (i=0; i<10; i++)
+ for (i=0; i<11; i++)
{
sprintf(tempstr, "checkFix%d", i+1);
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (glade_xml_get_widget (xml, tempstr)), (val>>i)&1 );
@@ -399,7 +399,7 @@ void SaveConfig(GtkWidget *widget, gpointer user_data)
val = 0;
- for (i=0; i<10; i++)
+ for (i=0; i<11; i++)
{
sprintf(tempstr, "checkFix%d", i+1);
if( gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (glade_xml_get_widget (xml, tempstr))) )