From a9b6c5cd86f4f17155695890bfaf2e30404f5921 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Sat, 4 Feb 2012 13:29:00 +0000 Subject: (svn r23886) -Codechange: Allow limiting the MD5 file hash to the first x bytes of the file. --- src/base_media_func.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base_media_func.h') diff --git a/src/base_media_func.h b/src/base_media_func.h index 1070ead61..9ed08dc80 100644 --- a/src/base_media_func.h +++ b/src/base_media_func.h @@ -131,7 +131,7 @@ bool BaseSet::FillSetDetails(IniFile *ini, const file->missing_warning = strdup(item->value); } - switch (file->CheckMD5(BASESET_DIR)) { + switch (T::CheckMD5(file, BASESET_DIR)) { case MD5File::CR_MATCH: this->valid_files++; /* FALL THROUGH */ -- cgit v1.2.3-54-g00ecf