fix bad choice of delimiting character in NetFtpFileStorage

This commit is contained in:
Philipp Crocoll 2016-11-22 12:39:23 +01:00
parent 14b3c50d52
commit b8de15410d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace keepass2android.Io
}
public const string SettingsPrefix = "SET";
public const string SettingsPostFix = "%";
public const string SettingsPostFix = "#";
public const char Separator = ':';
public override string ToString()
{