From: Andreas Fink Date: Mon, 28 Dec 2009 18:30:47 +0000 (+0000) Subject: *fix* issue 187 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=commitdiff_plain;h=4164c31098d73ee11f6b5275c265b8d351cf7196 *fix* issue 187 --- diff --git a/src/config.c b/src/config.c index caebe64..fe3f9fe 100644 --- a/src/config.c +++ b/src/config.c @@ -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;