diff options
-rw-r--r-- | src/Format/Tcformat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Format/Tcformat.c b/src/Format/Tcformat.c index f886e0bc..58800aa5 100644 --- a/src/Format/Tcformat.c +++ b/src/Format/Tcformat.c | |||
@@ -6157,6 +6157,8 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa | |||
6157 | exit (0); | 6157 | exit (0); |
6158 | } | 6158 | } |
6159 | 6159 | ||
6160 | fastCreateFile = CmdFastCreateFile; | ||
6161 | |||
6160 | if (DirectCreationMode) | 6162 | if (DirectCreationMode) |
6161 | { | 6163 | { |
6162 | wchar_t root[TC_MAX_PATH]; | 6164 | wchar_t root[TC_MAX_PATH]; |
@@ -6238,7 +6240,6 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa | |||
6238 | } | 6240 | } |
6239 | 6241 | ||
6240 | quickFormat = CmdQuickFormat; | 6242 | quickFormat = CmdQuickFormat; |
6241 | fastCreateFile = CmdFastCreateFile; | ||
6242 | dynamicFormat = CmdSparseFileSwitch; | 6243 | dynamicFormat = CmdSparseFileSwitch; |
6243 | 6244 | ||
6244 | if (!GetDiskFreeSpaceEx (root, &free, 0, 0)) | 6245 | if (!GetDiskFreeSpaceEx (root, &free, 0, 0)) |