Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit87dd195

Browse files
committed
Fix pgFileGetCRC call in merge.c
1 parent49e6710 commit87dd195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/merge.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ merge_files(void *arg)
443443
* Recalculate crc for backup prior to 2.0.25.
444444
*/
445445
if (parse_program_version(from_backup->program_version)<20025)
446-
file->crc=pgFileGetCRC(to_file_path, true, true,NULL);
446+
file->crc=pgFileGetCRC(to_file_path, true, true,NULL,FIO_LOCAL_HOST);
447447
/* Otherwise just get it from the previous file */
448448
else
449449
file->crc=to_file->crc;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp