]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
fixed segfault
[chaz/tint2] / src / config.c
index fce3ff98ea1cbb7fd1521049f4639ee6bb514308..931dc388d82bc40f6db99bd684f13f87944e70da 100644 (file)
@@ -348,7 +348,7 @@ void add_entry (char *key, char *value)
                        panel_config->battery.area.on_screen = 1;
 #else
                if(atoi(value) == 1)
-                       printf("tint2 is build without battery support\n");
+                       fprintf(stderr, "tint2 is build without battery support\n");
 #endif
    }
    else if (strcmp (key, "battery_low_status") == 0) {
This page took 0.02055 seconds and 4 git commands to generate.