mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] String.Empty
This commit is contained in:
@@ -47,11 +47,11 @@ namespace SabreTools.Helper.Dats
|
||||
/// </summary>
|
||||
public Release()
|
||||
{
|
||||
_name = "";
|
||||
_name = String.Empty;
|
||||
_itemType = ItemType.Release;
|
||||
_region = "";
|
||||
_language = "";
|
||||
_date = "";
|
||||
_region = String.Empty;
|
||||
_language = String.Empty;
|
||||
_date = String.Empty;
|
||||
_default = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user