mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Correct compilation error under Linux introduced in latest commit
This commit is contained in:
@@ -196,7 +196,7 @@ namespace VeraCrypt
|
||||
{
|
||||
long wipeCount;
|
||||
wxString wipeCountStrDesc = HeaderWipeCount->GetStringSelection();
|
||||
wxString wipeCountStr = wipeCountStrDesc.BeforeFirst(wxT("-"));
|
||||
wxString wipeCountStr = wipeCountStrDesc.BeforeFirst(wxT('-'));
|
||||
if (!wipeCountStr.ToLong(&wipeCount))
|
||||
wipeCount = PRAND_HEADER_WIPE_PASSES;
|
||||
return (int) wipeCount;
|
||||
|
||||
Reference in New Issue
Block a user