VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Progress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Progress.c')
-rw-r--r--src/Common/Progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Progress.c b/src/Common/Progress.c
index 29b1590b..36d801fc 100644
--- a/src/Common/Progress.c
+++ b/src/Common/Progress.c
@@ -82,7 +82,7 @@ BOOL UpdateProgressBarProc (__int64 byteOffset)
else
StringCbPrintfW (text, sizeof text, GetString ("PROCESSED_PORTION_X_PERCENT"), perc);
- StringCbCatW (speed, sizeof(speed), L" ");
+ StringCbCatW (text, sizeof(speed), L" ");
}
else
{