Fix minor bug submit/tizen_2.2/20130714.152859
authorHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 10 Jul 2013 03:27:56 +0000 (12:27 +0900)
committerHyunbin 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

index 5e516e4..04ed8f0 100644 (file)
@@ -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 == 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);