mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-19 09:25:12 -04:00
[misc] added README/TODO
* also renamed Allocation Unit to Cluster
This commit is contained in:
parent
7726071098
commit
d81525d3f4
4 changed files with 37 additions and 8 deletions
|
@ -169,7 +169,7 @@ const char* StrError(DWORD error_code)
|
|||
case ERROR_LABEL_TOO_LONG:
|
||||
return "The volume label is invalid";
|
||||
case ERROR_INVALID_CLUSTER_SIZE:
|
||||
return "The selected allocation unit size is not valid for this device";
|
||||
return "The selected cluster size is not valid for this device";
|
||||
case ERROR_INVALID_VOLUME_SIZE:
|
||||
return "The volume size is invalid";
|
||||
case ERROR_NO_MEDIA_IN_DRIVE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue