DatMaker truncates filenames containing periods
This commit is contained in:
gjefferyes
2014-10-22 10:50:41 -05:00
parent 3c6ca00d4a
commit be346c3485
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ namespace ROMVault2
//public static UsernamePassword Up;
public static readonly Encoding Enc = Encoding.GetEncoding(28591);
public const string Version = "2.1";
public const int SubVersion = 25;
public const int SubVersion = 26;
public static string ErrorMessage;
public static string URL;