mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-25 20:24:26 -04:00
[core] partitioning improvements
* Improve report and make sure we zero leftovers from the start of a partition * Also add VDS error codes * Also fix Coverity warnings
This commit is contained in:
parent
1c39a80d72
commit
5f9e65707f
7 changed files with 521 additions and 58 deletions
|
@ -1529,7 +1529,7 @@ static void InitDialog(HWND hDlg)
|
|||
CharUpperBuffU(uppercase_select[0], sizeof(uppercase_select[0]));
|
||||
CharUpperBuffU(uppercase_select[1], sizeof(uppercase_select[1]));
|
||||
SetWindowTextU(GetDlgItem(hDlg, IDC_SELECT), uppercase_select[0]);
|
||||
strcpy(uppercase_cancel, lmprintf(MSG_007));
|
||||
static_strcpy(uppercase_cancel, lmprintf(MSG_007));
|
||||
CharUpperBuffU(uppercase_cancel, sizeof(uppercase_cancel));
|
||||
|
||||
CreateSmallButtons(hDlg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue