Update dosfstools
* Version 3.0.28
* Update filenames in source
* Remove unnecessary symlink to fsck
* Commit "Recode short filenames from DOS codepage (default 437)." has
been reverted since we do not have access to iconv
* Commits cherry-picked on top of 3.0.28:
- mkfs.fat: fix incorrect int type
- Prevent out of bound array read in date_dos2unix()
Change-Id: I50310235c62ec2e6bc90afcd10f2814d3afb5113
This commit is contained in:
+1
-1
@@ -863,7 +863,7 @@ int GUIAction::getpartitiondetails(std::string arg __unused)
|
||||
DataManager::SetValue("tw_partition_can_resize", 1);
|
||||
else
|
||||
DataManager::SetValue("tw_partition_can_resize", 0);
|
||||
if (TWFunc::Path_Exists("/sbin/mkdosfs"))
|
||||
if (TWFunc::Path_Exists("/sbin/mkfs.fat"))
|
||||
DataManager::SetValue("tw_partition_vfat", 1);
|
||||
else
|
||||
DataManager::SetValue("tw_partition_vfat", 0);
|
||||
|
||||
Reference in New Issue
Block a user