mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
Executable → Regular
+4
-3
@@ -4,9 +4,10 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "ProgressBox.h"
|
||||
#include "Common/IntToString.h"
|
||||
#include "../../../Common/IntToString.h"
|
||||
|
||||
#include "FarUtils.h"
|
||||
#include "ProgressBox.h"
|
||||
|
||||
static void CopySpaces(char *dest, int numSpaces)
|
||||
{
|
||||
@@ -106,7 +107,7 @@ void CProgressBox::Progress(const UInt64 *total, const UInt64 *completed, const
|
||||
_prevMessage = message;
|
||||
_prevPercentMessage = percentMessage;
|
||||
const char *strings[] = { message, percentMessage };
|
||||
ShowMessages(strings, sizeof(strings) / sizeof(strings[0]));
|
||||
ShowMessages(strings, ARRAY_SIZE(strings));
|
||||
_wasShown = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user