OSDN Git Service

installd: fix disk_free issue
authorYi Sun <beyounn@gmail.com>
Tue, 17 Nov 2009 02:28:20 +0000 (18:28 -0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 29 Oct 2010 07:45:14 +0000 (15:45 +0800)
commit8150805a45af09469ae5d0959ae239dd8103dc3b
tree14d3c3f3cb73d0a9737a23d4832d4e788a93eaff
parent4c3b0f348ec6e8687a6bd490e468e8c63e7ae983
installd: fix disk_free issue

When the available free size of a partition is bigger than 2G,
the disk_free function does not work correctly.
Fixed it by the correct variable type.
cmds/installd/commands.c
cmds/installd/installd.h