elm config - add back i var to build again

This commit is contained in:
Carsten Haitzler 2019-01-15 20:48:39 +00:00
parent fe6ea2314c
commit c233d6523b
1 changed files with 1 additions and 1 deletions

View File

@ -1437,7 +1437,7 @@ _profile_fetch_from_conf(void)
{
char buf[PATH_MAX], *p, *s;
Eet_File *ef = NULL;
int len = 0;
int len = 0, i;
// if env var - use profile without question
s = getenv("ELM_PROFILE");