]> Dogcows Code - chaz/tint2/commitdiff
*fix* issue 187
authorAndreas Fink <andreas.fink85@googlemail.com>
Mon, 28 Dec 2009 18:30:47 +0000 (18:30 +0000)
committerAndreas Fink <andreas.fink85@googlemail.com>
Mon, 28 Dec 2009 18:30:47 +0000 (18:30 +0000)
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.025806 seconds and 4 git commands to generate.