進行状況のパーセント表示を修正
This commit is contained in:
parent
d258f82043
commit
f8d4235417
@ -338,7 +338,7 @@ static void test_arib_std_b25(const TCHAR *src, const TCHAR *dst, OPTION *opt)
|
||||
|
||||
offset += sbuf.size;
|
||||
if(opt->verbose != 0){
|
||||
m = (int)(10000*offset/total);
|
||||
m = (int)(10000ULL*offset/total);
|
||||
mbps = 0.0;
|
||||
#if defined(_WIN32)
|
||||
tick = GetTickCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user