fix string for font path env var

SVN revision: 41011
This commit is contained in:
Carsten Haitzler 2009-06-12 05:34:00 +00:00
parent d78cb6a54e
commit 714f1624f6
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ elm_quicklaunch_init(int argc, char **argv)
s = getenv("ELM_FONT_PATH");
if (s)
{
const char *p, *pp, *s;
const char *p, *pp;
char *buf;
buf = alloca(strlen(s) + 1);