Skip to content

Commit 19c3ad2

Browse files
committed
Use long integer for UpdateEvent()
1 parent fae593b commit 19c3ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hi3Helper.SharpHDiffPatch/HDiffPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void Patch(string inputPath, string outputPath, bool useBufferedPatch, Ca
161161
}
162162
#endregion
163163

164-
internal static void UpdateEvent(int read)
164+
internal static void UpdateEvent(long read)
165165
{
166166
PatchEvent.UpdateEvent(currentSizePatched += read, totalSizePatched, read, _patchStopwatch.Elapsed.TotalSeconds);
167167
Event.PushEvent(PatchEvent);

0 commit comments

Comments
 (0)