]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
*fix* issue 185
[chaz/tint2] / src / config.c
index caebe6476638bd3bf3ef9d132eb1b2f01518581b..fe3f9fee2bce686cf2804bbac436378034ec2c53 100644 (file)
@@ -697,7 +697,7 @@ int config_read ()
 int config_read_file (const char *path)
 {
        FILE *fp;
-       char line[80];
+       char line[512];
        char *key, *value;
 
        if ((fp = fopen(path, "r")) == NULL) return 0;
This page took 0.021998 seconds and 4 git commands to generate.