Actually return a value
This commit is contained in:
parent
830b880378
commit
0487b02df6
@ -141,16 +141,12 @@ namespace UniversalEditor.Checksum.Modules.CRC32
|
||||
/// <summary>
|
||||
/// Returns the CRC32 data checksum computed so far.
|
||||
/// </summary>
|
||||
public long Value
|
||||
public override long Value
|
||||
{
|
||||
get
|
||||
{
|
||||
return (long)crc;
|
||||
}
|
||||
set
|
||||
{
|
||||
crc = (uint)value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user