Fixed wrong index
This commit is contained in:
@@ -33,11 +33,11 @@ namespace Password_Manager
|
||||
{
|
||||
if (fields[0] == PATH)
|
||||
{
|
||||
path = fields[0];
|
||||
path = fields[1];
|
||||
}
|
||||
else if (fields[0] == RECIPIENT)
|
||||
{
|
||||
recipient = fields[0];
|
||||
recipient = fields[1];
|
||||
}
|
||||
}
|
||||
else //probably an empty line or something
|
||||
|
||||
Reference in New Issue
Block a user