From 51dbb6cf8f178674e98e59a4d771cbf21dd69002 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 2 May 2016 15:30:39 -0700 Subject: [PATCH] [doc] update comment --- SabreHelper/RomManipulation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index 95fb31a6..d1e89a1a 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -367,7 +367,7 @@ namespace SabreTools.Helper /// Source ID for the DAT /// The dictionary to add found roms to /// Logger object for console and/or file output - /// Dictionary with "crc-sha1-size" key and List of RomData objects value representing the found data + /// Dictionary with "crc-md5-sha1-size" key and List of RomData objects value representing the found data public static Dictionary> ParseDict(string filename, int sysid, int srcid, Dictionary> dict, Logger logger) { XmlTextReader xtr = GetXmlTextReader(filename, logger);