Change-Id: Ie0fde5abb9b8b3d7ea16add25784b7c2e96a5b49
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
for (i = 0; i < sizeof(mount_info)/sizeof(struct _path_info); ++i)
{
for (i = 0; i < sizeof(mount_info)/sizeof(struct _path_info); ++i)
{
- if (i == 28) // /opt/storage/sdcard
+ if (i == 27) // /opt/storage/sdcard
{
int mmc_mounted = 0;
int ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mounted);
{
int mmc_mounted = 0;
int ret = vconf_get_int(VCONFKEY_SYSMAN_MMC_STATUS, &mmc_mounted);