From ee9f3101fd91cf8906f6da7a483dbad7e9e83c76 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 27 Jul 2014 12:20:02 +0200 Subject: Correct compilation error under Linux introduced in latest commit --- src/Main/Forms/VolumePasswordPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Main') 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 { 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; -- cgit v1.2.3