mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-15 05:55:05 -05:00
fix bad choice of delimiting character in NetFtpFileStorage
This commit is contained in:
parent
14b3c50d52
commit
b8de15410d
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user