VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Mount/Mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r--src/Mount/Mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c
index 4a50ee35..2ba55e49 100644
--- a/src/Mount/Mount.c
+++ b/src/Mount/Mount.c
@@ -10029,7 +10029,7 @@ static BOOL CALLBACK PerformanceSettingsDlgProc (HWND hwndDlg, UINT msg, WPARAM
for (uint32 i = 1; i < sysInfo.dwNumberOfProcessors; ++i)
{
- stringstream s;
+ wstringstream s;
s << i;
AddComboPair (freeCpuCombo, s.str().c_str(), i);
}