More work on #317 (hopefully last)

pull/328/head
David Hall 2022-09-26 09:57:49 -06:00
parent 2c95eb502f
commit 5f394168c7
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ public partial class VirtualDisk : IDisposable, IHandle
return true;
case Win32Error.ERROR_IO_PENDING:
progress?.Report(Math.Max(100, (int)(prog.CurrentValue * 100 / prog.CompletionValue)));
progress?.Report(Math.Min(100, (int)(prog.CurrentValue * 100 / prog.CompletionValue)));
break;
default: