mirror of
https://github.com/pbatard/rufus.git
synced 2025-06-01 23:38:30 -04:00
[misc] rename checksum.c to hash.c
This commit is contained in:
parent
3e81b38c2d
commit
090bfb9770
12 changed files with 173 additions and 164 deletions
|
@ -664,7 +664,7 @@ static void update_md5sum(void)
|
|||
size = read_file(modified_path.String[i], &buf);
|
||||
if (size == 0)
|
||||
continue;
|
||||
HashBuffer(CHECKSUM_MD5, buf, size, sum);
|
||||
HashBuffer(HASH_MD5, buf, size, sum);
|
||||
free(buf);
|
||||
while ((pos > 0) && (md5_data[pos - 1] != '\n'))
|
||||
pos--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue