mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 13:54:31 +00:00
[PR #408] [MERGED] Fixed CRC-32 Error #786
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/408
Author: @chatn0ir07
Created: 10/14/2019
Status: ✅ Merged
Merged: 10/14/2019
Merged by: @danghai
Base:
master← Head:master📝 Commits (1)
ca18351Fixed CRC-32 Error📊 Changes
3 files changed (+14 additions, -19 deletions)
View changed files
📝
hash/hash.c(+10 -17)📝
hash/hash.h(+3 -2)📝
hash/test_program.c(+1 -0)📄 Description
My pull request #406 had an error, it made the CRC-32 Checksum 1 off.
With the Code of #406
The function returned '1579384326' for name
With the new code it now returns '1579384327' which is correct.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.