libstorage: Fixed wrong space value 16/44816/2 accepted/tizen/mobile/20150729.011140 accepted/tizen/tv/20150729.011305 accepted/tizen/wearable/20150729.011359 submit/tizen/20150728.111713
authorJiyoung Yun <jy910.yun@samsung.com>
Tue, 28 Jul 2015 07:03:59 +0000 (16:03 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Tue, 28 Jul 2015 07:31:55 +0000 (00:31 -0700)
commit6afbb917317fbf2a3a5d8b42db321721a5d5ead3
treeb728b82d32266b7a60e60d8aa4c91e20e33344a5
parentfbb974d6a6eda4d3ed1fc6975e2b0dd77b72f3dd
libstorage: Fixed wrong space value

The size of unsigned long long is not the same with int's size.
But it has copied int value to unsigned long long value.
It makes wrong copy operation.

Change-Id: Ief253146585ffc7474f9bd623c4680c8d516ede5
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
src/storage-sdcard.c