From 8a2d9c41206c156937f52d07e7a0b89f38444a44 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 18 Jan 2016 19:51:46 +0100 Subject: Windows: solve Expander GUI issues caused by latest Unicode modifications. --- src/Common/Progress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') 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 { -- cgit v1.2.3