From cd00bee9862646f5481d5954054cde9423c6a91f Mon Sep 17 00:00:00 2001 From: "Andreas.Fink85" Date: Mon, 28 Dec 2009 18:30:47 +0000 Subject: [PATCH] *fix* issue 187 git-svn-id: http://tint2.googlecode.com/svn/trunk@299 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;