Skip to content

Commit 176954e

Browse files
committed
Reverted parameter renaming in order to keep MiscUtils not altered.
1 parent 8e98331 commit 176954e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitSharp.Core/Util/EndianBitConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ long CheckedFromBytes(byte[] value, int startIndex, int bytesToConvert)
307307
/// <param name="startIndex">The index of the first byte to convert</param>
308308
/// <param name="bytesToConvert">The number of bytes to use in the conversion</param>
309309
/// <returns>The converted number</returns>
310-
protected abstract long FromBytes(byte[] buffer, int startIndex, int bytesToConvert);
310+
protected abstract long FromBytes(byte[] value, int startIndex, int bytesToConvert);
311311
#endregion
312312

313313
#region ToString conversions

0 commit comments

Comments
 (0)