projects
/
framework
/
osp
/
env-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70210f
)
Fix minor bug
submit/tizen_2.2/20130714.152859
author
Hyunbin Lee
<hyunbin.lee@samsung.com>
Wed, 10 Jul 2013 03:27:56 +0000
(12:27 +0900)
committer
Hyunbin Lee
<hyunbin.lee@samsung.com>
Wed, 10 Jul 2013 03:27:56 +0000
(12:27 +0900)
Change-Id: Ie0fde5abb9b8b3d7ea16add25784b7c2e96a5b49
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
osp-env-config.c
patch
|
blob
|
history
diff --git
a/osp-env-config.c
b/osp-env-config.c
index
5e516e4
..
04ed8f0
100644
(file)
--- a/
osp-env-config.c
+++ b/
osp-env-config.c
@@
-404,7
+404,7
@@
mount_linux_paths(const char* app_rootpath)
for (i = 0; i < sizeof(mount_info)/sizeof(struct _path_info); ++i)
{
- if (i == 2
8
) // /opt/storage/sdcard
+ if (i == 2
7
) // /opt/storage/sdcard
{
int mmc_mounted = 0;
int ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mounted);