Skip to content

Commit acfd930

Browse files
committed
use ulong type for the completion value
1 parent 756b9fa commit acfd930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FlashpointSecurePlayer/ProgressManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private class TaskbarList { }
129129
private static ITaskbarList3 taskbarList = null;
130130
private static readonly bool taskbarListVersion = Environment.OSVersion.Version >= new Version(6, 1);
131131

132-
private const int PROGRESS_FORM_VALUE_COMPLETE = 100;
132+
private const ulong PROGRESS_FORM_VALUE_COMPLETE = 100;
133133

134134
private static ProgressBar progressBar = null;
135135
private static Form progressForm = null;

0 commit comments

Comments
 (0)