mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-01-30 22:50:21 -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 SettingsPrefix = "SET";
|
||||||
public const string SettingsPostFix = "%";
|
public const string SettingsPostFix = "#";
|
||||||
public const char Separator = ':';
|
public const char Separator = ':';
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user