projects
/
apps
/
native
/
boot-animation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3633832
)
Resolve SVACE issue WGID-112780
66/212766/2
author
Amritanshu
<a.pandia1@samsung.com>
Mon, 26 Aug 2019 12:44:45 +0000
(18:14 +0530)
committer
Amritanshu
<a.pandia1@samsung.com>
Tue, 27 Aug 2019 04:54:07 +0000
(10:24 +0530)
Change-Id: Ic5ef7c1a552a314d9ea49774e77e757c63326837
Signed-off-by: Amritanshu <a.pandia1@samsung.com>
src/boot.c
patch
|
blob
|
history
diff --git
a/src/boot.c
b/src/boot.c
index d55a9fcdae45d305ba4df2b43a5fc0f6cdf59c64..50908d526e88a797fb0e019a2570d54f977417dc 100755
(executable)
--- a/
src/boot.c
+++ b/
src/boot.c
@@
-106,7
+106,7
@@
int main(int argc, char *argv[])
invoked_flag = 1;
close(1);
- fd = open("/tmp/myfile.txt", O_CREAT|O_RDWR, S_IRWXU|S_IR
WXO
);
+ fd = open("/tmp/myfile.txt", O_CREAT|O_RDWR, S_IRWXU|S_IR
GRP
);
__D("Result of log file open: %d", fd);
elm_init(argc, argv);