*fix* issue 187
git-svn-id: http://tint2.googlecode.com/svn/trunk@299 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
72bcf623ee
commit
cd00bee986
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ int config_read ()
|
||||||
int config_read_file (const char *path)
|
int config_read_file (const char *path)
|
||||||
{
|
{
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
char line[80];
|
char line[512];
|
||||||
char *key, *value;
|
char *key, *value;
|
||||||
|
|
||||||
if ((fp = fopen(path, "r")) == NULL) return 0;
|
if ((fp = fopen(path, "r")) == NULL) return 0;
|
||||||
|
|
Loading…
Reference in a new issue