projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a5c0eb
)
Revert "efl/embryo: Keep room for the terminating '\0' we may add to the path."
author
Stefan Schmidt
<stefan@datenfreihafen.org>
Fri, 14 Dec 2012 14:25:26 +0000
(14:25 +0000)
committer
Stefan Schmidt
<stefan@datenfreihafen.org>
Fri, 14 Dec 2012 14:25:26 +0000
(14:25 +0000)
After consulting with cedric and Sachiel I have to agree that there is no issue.
SVN revision: 80946
src/bin/embryo/embryo_cc_sc1.c
patch
|
blob
|
history
diff --git
a/src/bin/embryo/embryo_cc_sc1.c
b/src/bin/embryo/embryo_cc_sc1.c
index
2e0528c
..
760bd3c
100644
(file)
--- a/
src/bin/embryo/embryo_cc_sc1.c
+++ b/
src/bin/embryo/embryo_cc_sc1.c
@@
-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;