diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Main/Forms/VolumePasswordPanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main/Forms/VolumePasswordPanel.cpp b/src/Main/Forms/VolumePasswordPanel.cpp index 10e56f7a..38463728 100644 --- a/src/Main/Forms/VolumePasswordPanel.cpp +++ b/src/Main/Forms/VolumePasswordPanel.cpp | |||
@@ -196,7 +196,7 @@ namespace VeraCrypt | |||
196 | { | 196 | { |
197 | long wipeCount; | 197 | long wipeCount; |
198 | wxString wipeCountStrDesc = HeaderWipeCount->GetStringSelection(); | 198 | wxString wipeCountStrDesc = HeaderWipeCount->GetStringSelection(); |
199 | wxString wipeCountStr = wipeCountStrDesc.BeforeFirst(wxT("-")); | 199 | wxString wipeCountStr = wipeCountStrDesc.BeforeFirst(wxT('-')); |
200 | if (!wipeCountStr.ToLong(&wipeCount)) | 200 | if (!wipeCountStr.ToLong(&wipeCount)) |
201 | wipeCount = PRAND_HEADER_WIPE_PASSES; | 201 | wipeCount = PRAND_HEADER_WIPE_PASSES; |
202 | return (int) wipeCount; | 202 | return (int) wipeCount; |