Revert "efl/embryo: Keep room for the terminating '\0' we may add to the path."

After consulting with cedric and Sachiel I have to agree that there is no issue.

SVN revision: 80946
This commit is contained in:
Stefan Schmidt 2012-12-14 14:25:26 +00:00
parent 6a5c0eb7cf
commit 90b5d6aeb2
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ setopt(int argc, char **argv, char *iname, char *oname,
static void
setconfig(char *root)
{
char path[PATH_MAX - 1];
char path[PATH_MAX];
char *ptr;
int len;