File diff r19018:e354461045c3 → r19019:2eb1d8782aac
src/base_media_func.h
Show inline comments
 
@@ -131,7 +131,7 @@ bool BaseSet<T, Tnum_files, Tsearch_in_t
 
			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 */